2003/06/18 07:49:51
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:02:03 +0000 (07:02 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:02:03 +0000 (07:02 +0000)
darcs-hash:20040130070203-2ba56-358a3bb2be278a08864672c9dd83e4f5f3a8bf66.gz

src/org/xwt/plat/GCJ.cc
src/org/xwt/plat/Win32.cc
src/org/xwt/plat/X11.cc

index 9efbe82..030dfbe 100644 (file)
@@ -10,7 +10,6 @@ extern "C" {
 #include <setjmp.h>
 #include "jpeglib.h"
 }
 #include <setjmp.h>
 #include "jpeglib.h"
 }
-#include <org/xwt/util/JSObject.h>
 #include <org/xwt/plat/GCJ.h>
 #include <java/io/InputStream.h>
 #include <java/io/ByteArrayInputStream.h>
 #include <org/xwt/plat/GCJ.h>
 #include <java/io/InputStream.h>
 #include <java/io/ByteArrayInputStream.h>
index bd27721..6ba10bf 100644 (file)
@@ -5,7 +5,6 @@
 #define INT32 WIN32_INT32
 
 // this has to precede the others so we don't get collisions on min/max
 #define INT32 WIN32_INT32
 
 // this has to precede the others so we don't get collisions on min/max
-#include <org/xwt/util/JSObject.h>
 #include <org/xwt/Box.h>
 
 #include <stdint.h>
 #include <org/xwt/Box.h>
 
 #include <stdint.h>
index 90d1659..73d1541 100644 (file)
@@ -15,7 +15,6 @@
 #include <java/lang/String.h>
 #include <org/xwt/Surface.h>
 #include <org/xwt/Picture.h>
 #include <java/lang/String.h>
 #include <org/xwt/Surface.h>
 #include <org/xwt/Picture.h>
-#include <org/xwt/util/JSObject.h>
 #include <org/xwt/Box.h>
 #include <org/xwt/plat/X11.h>
 #include <org/xwt/plat/X11$X11Surface.h>
 #include <org/xwt/Box.h>
 #include <org/xwt/plat/X11.h>
 #include <org/xwt/plat/X11$X11Surface.h>