From: megacz Date: Fri, 30 Jan 2004 07:02:03 +0000 (+0000) Subject: 2003/06/18 07:49:51 X-Git-Tag: RC3~846 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=2ecea0c2856332ce907f16b4e2a233ff1428e4d6 2003/06/18 07:49:51 darcs-hash:20040130070203-2ba56-358a3bb2be278a08864672c9dd83e4f5f3a8bf66.gz --- diff --git a/src/org/xwt/plat/GCJ.cc b/src/org/xwt/plat/GCJ.cc index 9efbe82..030dfbe 100644 --- a/src/org/xwt/plat/GCJ.cc +++ b/src/org/xwt/plat/GCJ.cc @@ -10,7 +10,6 @@ extern "C" { #include #include "jpeglib.h" } -#include #include #include #include diff --git a/src/org/xwt/plat/Win32.cc b/src/org/xwt/plat/Win32.cc index bd27721..6ba10bf 100644 --- a/src/org/xwt/plat/Win32.cc +++ b/src/org/xwt/plat/Win32.cc @@ -5,7 +5,6 @@ #define INT32 WIN32_INT32 // this has to precede the others so we don't get collisions on min/max -#include #include #include diff --git a/src/org/xwt/plat/X11.cc b/src/org/xwt/plat/X11.cc index 90d1659..73d1541 100644 --- a/src/org/xwt/plat/X11.cc +++ b/src/org/xwt/plat/X11.cc @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include