diff options
author | marha <marha@users.sourceforge.net> | 2012-11-09 15:46:34 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-11-09 15:46:34 +0100 |
commit | e0844ae8b5ef87049537a7e0ebff81acc2695256 (patch) | |
tree | c9d63577c74196d0a8548bbbb9c60975e08082ea | |
parent | 19b61957dbf473cddbae72792ddeeaee4d4a7077 (diff) | |
download | vcxsrv-e0844ae8b5ef87049537a7e0ebff81acc2695256.tar.gz vcxsrv-e0844ae8b5ef87049537a7e0ebff81acc2695256.tar.bz2 vcxsrv-e0844ae8b5ef87049537a7e0ebff81acc2695256.zip |
Synchronised files
-rw-r--r-- | xorg-server/glx/indirect_dispatch.c | 6 | ||||
-rw-r--r-- | xorg-server/glx/indirect_dispatch_swap.c | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/xorg-server/glx/indirect_dispatch.c b/xorg-server/glx/indirect_dispatch.c index c078cab4d..215b5edd1 100644 --- a/xorg-server/glx/indirect_dispatch.c +++ b/xorg-server/glx/indirect_dispatch.c @@ -27,12 +27,8 @@ #ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
-#include "glheader.h"
-#else
-
-#include "glheader.h"
-
#endif
+#include "glheader.h"
#include <X11/Xmd.h>
#include <GL/gl.h>
diff --git a/xorg-server/glx/indirect_dispatch_swap.c b/xorg-server/glx/indirect_dispatch_swap.c index 845710727..94af918b0 100644 --- a/xorg-server/glx/indirect_dispatch_swap.c +++ b/xorg-server/glx/indirect_dispatch_swap.c @@ -27,12 +27,8 @@ #ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
-#include "glheader.h"
-#else
-
-#include "glheader.h"
-
#endif
+#include "glheader.h"
#include <X11/Xmd.h>
#include <GL/gl.h>
|