r300g: better describe another flush and move it closer to the real problem
[mesa.git] / src / mesa / main / remap.c
index 38ddc0c1dd7dc8d754a31aab922b8da131f56dd0..2341f8488d117f030e7043604b13f0ef570989e2 100644 (file)
  * a dynamic entry, or the corresponding static entry, in glapi.
  */
 
-#include "remap.h"
-#include "imports.h"
-#include "glapi/glapi.h"
+#include "mfeatures.h"
 
 #if FEATURE_remap_table
 
+#include "remap.h"
+#include "imports.h"
+#include "glapi/glapi.h"
 
 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
 #define MAX_ENTRY_POINTS 16