]> git.mxchange.org Git - simgear.git/blobdiff - simgear/xml/easyxml.cxx
HTTP: Rename urlretrieve/urlload to save/load.
[simgear.git] / simgear / xml / easyxml.cxx
index c2fc12137c3f13fe8ae67dd9e7998aebd5b07c39..08a39fa48b20b7b725f671659a4381ccacd89240 100644 (file)
@@ -17,7 +17,7 @@
 #ifdef SYSTEM_EXPAT
 #  include <expat.h>
 #else
-#  include "xmlparse.h"     
+#  include "sg_expat.h"     
 #endif
      
 #include <fstream>
@@ -136,7 +136,6 @@ XMLAttributesDefault::setValue (const char * name, const char * value)
 }
 
 
-\f
 ////////////////////////////////////////////////////////////////////////
 // Attribute list wrapper for Expat.
 ////////////////////////////////////////////////////////////////////////