--- parser3/src/classes/xnode.C 2004/10/21 06:37:50 1.68 +++ parser3/src/classes/xnode.C 2005/08/09 08:14:48 1.71 @@ -1,13 +1,13 @@ /** @file Parser: @b dom parser class. - Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #include "classes.h" #ifdef XML -static const char * const IDENT_XNODE_C="$Date: 2004/10/21 06:37:50 $"; +static const char * const IDENT_XNODE_C="$Date: 2005/08/09 08:14:48 $"; #include "pa_vmethod_frame.h" @@ -19,12 +19,6 @@ static const char * const IDENT_XNODE_C= #include "pa_xml_exception.h" #include "xnode.h" - -extern "C" { -#include "gdomecore/gdome-xml-node.h" -#include "gdomecore/gdome-xml-document.h" -}; -#include "gdome.h" #include "libxml/xpath.h" #include "libxml/xpathInternals.h"