glut: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sun, 31 Jan 2010 06:24:34 +0000 (22:24 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 31 Jan 2010 06:24:34 +0000 (22:24 -0800)
src/glut/glx/glut_fullscrn.c
src/glut/glx/glut_gamemode.c
src/glut/glx/glut_init.c
src/glut/glx/glut_menu2.c
src/glut/glx/glut_overlay.c
src/glut/glx/layerutil.c

index aab3b487638ba5f97d68f1d746e16b4d1290a96f..78a7a6148b6b8d4e08dcbe9b2c1a7350991a2eba 100644 (file)
@@ -14,7 +14,6 @@
 
 #if !defined(_WIN32)
 #include <X11/Xlib.h>
-#include <X11/Xatom.h>
 #endif
 
 /* SGI optimization introduced in IRIX 6.3 to avoid X server
index 3ffeafee57fdc6271d34bedd0bf088cd1e65f7d4..4a92099f3fe8c358b1113ca3dbf39a9ce7518770 100644 (file)
@@ -18,7 +18,6 @@
 
 #ifndef _WIN32
 #include <X11/Xlib.h>
-#include <X11/Xatom.h>
 
 /* SGI optimization introduced in IRIX 6.3 to avoid X server
    round trips for interning common X atoms. */
index 78843e93bc272ef9227520aa715bef59ddf1ccae..842aefc93c7f43bf4984d2ab22f55ca09d54d18f 100644 (file)
@@ -15,7 +15,6 @@
 
 #if !defined(_WIN32)
 #include <X11/Xlib.h>
-#include <X11/Xatom.h>
 #endif
 
 /* SGI optimization introduced in IRIX 6.3 to avoid X server
index 969b8120b44dc2529cc8e8aca0b34f715580cb15..3a66101bc429db0465bc000ff0e068e43a955e44 100644 (file)
@@ -25,7 +25,6 @@
 #include <X11/Xlib.h>
 
 #include "glutint.h"
-#include "layerutil.h"
 
 /* CENTRY */
 /* DEPRICATED, use glutMenuStatusFunc instead. */
index 837bbc3cb2ab9d57d07c9b4f4d905f1606ca0020..db1abe005d83062e3817c2999e33fbcd19634a47 100644 (file)
@@ -17,7 +17,6 @@
 #if !defined(_WIN32)
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
-#include <X11/Xatom.h>  /* for XA_RGB_DEFAULT_MAP atom */
 #if defined (__vms)
 #include <Xmu/StdCmap.h>  /* for XmuLookupStandardColormap */
 #else
index 26ba0b6029df73df9f08f183abf41d2bb50b66c3..36d43e59f0a1d08dceed059f56919ee44d45053e 100644 (file)
@@ -13,7 +13,6 @@
 
 /* SGI optimization introduced in IRIX 6.3 to avoid X server
    round trips for interning common X atoms. */
-#include <X11/Xatom.h>
 #if defined(_SGI_EXTRA_PREDEFINES) && !defined(NO_FAST_ATOMS)
 #include <X11/SGIFastAtom.h>
 #else