lib: remove uncessary #includes from headers

Only include what the header itself needs. The big fish here is
intel-gpu-tools.h. More will follow.

One ugly thing removed here is the duplicated GEN6_TD_CTL #define, one
of which was broken.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-03-22 20:07:35 +01:00
parent cd6d5a61b3
commit 6cfcd71589
47 changed files with 59 additions and 18 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef GEN8_MEDIA_H
#define GEN8_MEDIA_H
#include <stdint.h>
#define GEN8_SURFACEFORMAT_R32G32B32A32_FLOAT 0x000
#define GEN8_SURFACEFORMAT_R32G32B32A32_SINT 0x001
#define GEN8_SURFACEFORMAT_R32G32B32A32_UINT 0x002