Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst.

This commit is contained in:
peterv%netscape.com 2005-11-02 07:38:34 +00:00
Родитель be73ea5e04
Коммит 0ccf3fff28
10 изменённых файлов: 15 добавлений и 4 удалений

Просмотреть файл

@ -28,6 +28,7 @@
**/
#include "Expr.h"
#include "ExprResult.h"
/**
* Create a new AttributeValueTemplate

Просмотреть файл

@ -37,7 +37,7 @@
* ***** END LICENSE BLOCK ***** */
#include "txForwardContext.h"
#include "Nodeset.h"
#include "NodeSet.h"
Node* txForwardContext::getContextNode()
{

Просмотреть файл

@ -41,6 +41,8 @@
#include "txIXPathContext.h"
class NodeSet;
class txForwardContext : public txIEvalContext
{
public:

Просмотреть файл

@ -37,6 +37,7 @@
* ***** END LICENSE BLOCK ***** */
#include "txNodeSetContext.h"
#include "NodeSet.h"
Node* txNodeSetContext::getContextNode()
{

Просмотреть файл

@ -41,6 +41,8 @@
#include "txIXPathContext.h"
class NodeSet;
class txNodeSetContext : public txIEvalContext
{
public:

Просмотреть файл

@ -24,6 +24,7 @@
*/
#include "Expr.h"
#include "NodeSet.h"
#include "txIXPathContext.h"
/**

Просмотреть файл

@ -37,6 +37,7 @@
* ***** END LICENSE BLOCK ***** */
#include "txRtfHandler.h"
#include "dom.h"
txRtfHandler::txRtfHandler(Document* aDocument,
txResultTreeFragment* aResultTreeFragment) :

Просмотреть файл

@ -42,6 +42,9 @@
#include "txXMLEventHandler.h"
#include "NodeSet.h"
class Document;
class Node;
class txRtfHandler : public txXMLEventHandler
{
public:

Просмотреть файл

@ -39,7 +39,8 @@
#include "txXPathResultComparator.h"
#include "Expr.h"
#include "txNodeSorter.h"
#include "ExprResult.h"
#include "primitives.h"
#ifndef TX_EXE
#include "nsCollationCID.h"
#include "nsILocale.h"

Просмотреть файл

@ -32,9 +32,8 @@
#define TRANSFRMX_XSLT_FUNCTIONS_H
#include "Expr.h"
#include "TxString.h"
#include "Map.h"
#include "ExprResult.h"
#include "NodeSet.h"
class NamedMap;
class ProcessorState;