isl: Stop including mesa/main/imports.h
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 20 Feb 2016 18:25:49 +0000 (10:25 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 20 Feb 2016 18:35:25 +0000 (10:35 -0800)
It pulls in all sorts of stuff we don't want.

src/intel/isl/isl.c
src/intel/isl/isl_priv.h

index 27928fd0850c1c62a031da056f8b4b8fd84e69ca..c1d47d5a57918329ce653c336545eef2ebf7c165 100644 (file)
@@ -22,6 +22,8 @@
  */
 
 #include <assert.h>
+#include <stdarg.h>
+#include <stdio.h>
 
 #include "isl.h"
 #include "isl_gen4.h"
index b399e0f811603aace8902ebc4b25f86da6b9e5bf..bca8503b4fd8dce420b5a33c6c248b2c1186e3c9 100644 (file)
@@ -26,7 +26,6 @@
 #include <assert.h>
 
 #include "brw_device_info.h"
-#include "mesa/main/imports.h"
 #include "util/macros.h"
 
 #include "isl.h"