diff options
author | Chia-I Wu <[email protected]> | 2014-04-13 00:33:00 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-04-14 20:45:03 +0800 |
commit | 01e3e82a56310932667c60bcca9cc9fdfd8b87c4 (patch) | |
tree | d298945bbcdd31cae3df0f0b66af715c63f03e05 /src/gallium/drivers/ilo/ilo_format.h | |
parent | d75a8799fded5f8cd7ae4b20d935ff8a088dc122 (diff) |
ilo: add genhw headers
All except genhw.h are generated by https://github.com/olvaffe/envytools/.
intel_chipset.h is deprecated.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_format.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_format.h b/src/gallium/drivers/ilo/ilo_format.h index 23dcbc550f3..1be3577774d 100644 --- a/src/gallium/drivers/ilo/ilo_format.h +++ b/src/gallium/drivers/ilo/ilo_format.h @@ -28,7 +28,7 @@ #ifndef ILO_FORMAT_H #define ILO_FORMAT_H -#include "brw_defines.h" +#include "genhw/genhw.h" #include "ilo_common.h" |