intel: Drop mtypes.h include from brw_compiler.h.

This isn't necessary and causes trouble for a project I'm working on.
This commit is contained in:
Kenneth Graunke
2017-11-13 23:48:37 -08:00
parent 0704702972
commit e48cc01be9

View 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"