Index: libbase/log.cpp =================================================================== RCS file: /sources/gnash/gnash/libbase/log.cpp,v retrieving revision 1.23 diff -u -3 -p -r1.23 log.cpp --- libbase/log.cpp 27 Aug 2006 20:56:34 -0000 1.23 +++ libbase/log.cpp 10 Sep 2006 21:12:23 -0000 @@ -61,7 +61,7 @@ #endif #include "log.h" -#include "gnash.h" +//#include "gnash.h" #include Index: libbase/network.cpp =================================================================== RCS file: /sources/gnash/gnash/libbase/network.cpp,v retrieving revision 1.10 diff -u -3 -p -r1.10 network.cpp --- libbase/network.cpp 30 Aug 2006 14:23:45 -0000 1.10 +++ libbase/network.cpp 10 Sep 2006 21:12:23 -0000 @@ -42,7 +42,7 @@ #include "utility.h" #include "log.h" -#include "xml.h" +//#include "xml.h" #include "network.h" #include "fn_call.h" Index: libbase/network.h =================================================================== RCS file: /sources/gnash/gnash/libbase/network.h,v retrieving revision 1.5 diff -u -3 -p -r1.5 network.h --- libbase/network.h 26 Aug 2006 18:20:51 -0000 1.5 +++ libbase/network.h 10 Sep 2006 21:12:23 -0000 @@ -55,7 +55,7 @@ # include #endif -#include "xml.h" +//#include "xml.h" #ifdef ENABLE_TESTING #include "impl.h" #endif