diff options
Diffstat (limited to 'xorg-server/glx/glxdriswrast.c')
-rw-r--r-- | xorg-server/glx/glxdriswrast.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xorg-server/glx/glxdriswrast.c b/xorg-server/glx/glxdriswrast.c index 28c381ab4..7b1c67732 100644 --- a/xorg-server/glx/glxdriswrast.c +++ b/xorg-server/glx/glxdriswrast.c @@ -26,11 +26,8 @@ #ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> -#else - -#include "glheader.h" - #endif +#include "glheader.h" #include <stdint.h> #include <stdio.h> |