From 2ecea0c2856332ce907f16b4e2a233ff1428e4d6 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:02:03 +0000 Subject: [PATCH] 2003/06/18 07:49:51 darcs-hash:20040130070203-2ba56-358a3bb2be278a08864672c9dd83e4f5f3a8bf66.gz --- src/org/xwt/plat/GCJ.cc | 1 - src/org/xwt/plat/Win32.cc | 1 - src/org/xwt/plat/X11.cc | 1 - 3 files changed, 3 deletions(-) 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 -- 1.7.10.4