diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-07-28 20:55:26 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-07-28 20:55:26 +0000 |
commit | 68679d2b9e526a351c37c89c78ec50e36f2c9087 (patch) | |
tree | b45444a8fcd05316e0cc19f2dfc1bc2ba7193169 /include/GL | |
parent | 960467443eedfdf5de481b432cf7436a1dab7818 (diff) |
Remove '#if 0' block that was accidentally left in.
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/internal/dri_interface.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index f4098ba8d9..e63415db02 100644 --- a/include/GL/internal/dri_interface.h +++ b/include/GL/internal/dri_interface.h @@ -38,12 +38,6 @@ #ifndef DRI_INTERFACE_H #define DRI_INTERFACE_H -#if 0 /*ndef DRI_NEW_INTERFACE_ONLY*/ -# include <X11/X.h> -# include <GL/glx.h> -# include "GL/glxint.h" -#endif - #include <GL/internal/glcore.h> #include <xf86drm.h> #include <drm.h> |