mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
glut: Remove unnecessary headers.
This commit is contained in:
parent
8a2cf4549a
commit
bc783f3d38
6 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#include <X11/Xlib.h>
|
||||
|
||||
#include "glutint.h"
|
||||
#include "layerutil.h"
|
||||
|
||||
/* CENTRY */
|
||||
/* DEPRICATED, use glutMenuStatusFunc instead. */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue