Code

fix some includes
authoracspike <acspike@users.sourceforge.net>
Wed, 12 Apr 2006 14:28:31 +0000 (14:28 +0000)
committeracspike <acspike@users.sourceforge.net>
Wed, 12 Apr 2006 14:28:31 +0000 (14:28 +0000)
src/dom/io/gzipstream.cpp
src/dom/io/socket.cpp
src/dom/io/socket.h

index 628adaa7a43ca40876e7e48b098e4b25d58f21f9..34d11c1aa44f4a4247f6e9041572c1c723afcaec 100644 (file)
@@ -29,7 +29,7 @@
 \r
 #include "gzipstream.h"\r
 \r
-#include "util/ziptool.h"\r
+#include "dom/util/ziptool.h"\r
 \r
 \r
 namespace org\r
index fbcc8e4ac8873edeb6f67551ea1efe4fe1c44c0b..220ecd004914c9ed1dcd5c7926730e12818954f7 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 #include "socket.h"
-#include "util/thread.h"
+#include "dom/util/thread.h"
 
 #ifdef __WIN32__
 #include <windows.h>
index 5383d9bab0726624cc3ea3717ad773b7c7d50731..d5a1fd34411b3a35b73bad1dd9c10201fd62297a 100644 (file)
@@ -29,7 +29,7 @@
  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include "dom.h"
+#include "dom/dom.h"
 
 
 namespace org