OSDN Git Service

intel: Drop mtypes.h include from brw_compiler.h.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 14 Nov 2017 07:48:37 +0000 (23:48 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 15 Nov 2017 17:37:32 +0000 (09:37 -0800)
This isn't necessary and causes trouble for a project I'm working on.

src/intel/compiler/brw_compiler.h

index c17eaed..28aed83 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <stdio.h>
 #include "common/gen_device_info.h"
-#include "main/mtypes.h"
 #include "main/macros.h"
 #include "util/ralloc.h"