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

This commit is contained in:
peterv%netscape.com 2002-08-22 12:33:45 +00:00
parent 06fb1e2215
commit e440be8fdb
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
*/ */
#include "Expr.h" #include "Expr.h"
#include "Nodeset.h" #include "NodeSet.h"
#include "txNodeSetContext.h" #include "txNodeSetContext.h"
#include "txSingleNodeContext.h" #include "txSingleNodeContext.h"
#include "XMLUtils.h" #include "XMLUtils.h"

View File

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