diff options
author | Brian Paul <[email protected]> | 1999-11-08 07:36:43 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-08 07:36:43 +0000 |
commit | 327c69127cf6203681d418a76186f70cc71b9212 (patch) | |
tree | afe558bcc8862b3f703bac3c8f9bcdb7e02339ae /src/mesa/main/depth.c | |
parent | 787250cc0130a6c72f97078670988e8900c77e95 (diff) |
clean-up of header includes (Daryll)
Diffstat (limited to 'src/mesa/main/depth.c')
-rw-r--r-- | src/mesa/main/depth.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/depth.c b/src/mesa/main/depth.c index e3dbf77b85e..e05f1f45eba 100644 --- a/src/mesa/main/depth.c +++ b/src/mesa/main/depth.c @@ -1,4 +1,4 @@ -/* $Id: depth.c,v 1.7 1999/10/13 18:42:50 brianp Exp $ */ +/* $Id: depth.c,v 1.8 1999/11/08 07:36:43 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -47,9 +47,6 @@ #include "depth.h" #include "macros.h" #include "types.h" -#ifdef XFree86Server -#include "GL/xf86glx.h" -#endif #endif |