isl: Stop including mesa/main/imports.h

It pulls in all sorts of stuff we don't want.
This commit is contained in:
Jason Ekstrand
2016-02-20 10:25:49 -08:00
parent 853fc3e431
commit bc696f1db6
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
*/ */
#include <assert.h> #include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include "isl.h" #include "isl.h"
#include "isl_gen4.h" #include "isl_gen4.h"

View File

@@ -26,7 +26,6 @@
#include <assert.h> #include <assert.h>
#include "brw_device_info.h" #include "brw_device_info.h"
#include "mesa/main/imports.h"
#include "util/macros.h" #include "util/macros.h"
#include "isl.h" #include "isl.h"