Module Name:    xsrc
Committed By:   mrg
Date:           Mon Jun  3 09:08:35 UTC 2013

Modified Files:
        xsrc/external/mit/xf86-video-savage/dist/src: savage_driver.h

Log Message:
move comapt-api.h include so it is always present


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 \
    xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h
diff -u xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h:1.1.1.5 xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h:1.2
--- xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h:1.1.1.5	Mon Jun  3 08:43:16 2013
+++ xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h	Mon Jun  3 09:08:35 2013
@@ -77,6 +77,8 @@
 #undef SAVAGEDRI
 #endif
 
+#include "compat-api.h"
+
 #ifdef SAVAGEDRI
 #define _XF86DRI_SERVER_
 #include "savage_dripriv.h"
@@ -85,8 +87,6 @@
 #include "GL/glxint.h"
 #include "xf86drm.h"
 
-#include "compat-api.h"
-
 /* Totals 2 Mbytes which equals 2^16 32-byte vertices divided among up
  * to 32 clients. */
 #define SAVAGE_NUM_BUFFERS 32

Reply via email to