summaryrefslogtreecommitdiff
path: root/tools/intel_gtt.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 20:07:35 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 20:08:13 +0100
commit6cfcd715898198cbd8edd955ed24cf57f6e8d9ee (patch)
tree8ec21d06968ecd361fedd609d54c918b5e62c724 /tools/intel_gtt.c
parentcd6d5a61b334aac183c85a3d2289f96a0364e911 (diff)
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>
Diffstat (limited to 'tools/intel_gtt.c')
-rw-r--r--tools/intel_gtt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/intel_gtt.c b/tools/intel_gtt.c
index a21c26a7..f3d1c308 100644
--- a/tools/intel_gtt.c
+++ b/tools/intel_gtt.c
@@ -35,6 +35,7 @@
#include <unistd.h>
#include "intel_gpu_tools.h"
+#include "intel_chipset.h"
#define KB(x) ((x) * 1024)
#define MB(x) ((x) * 1024 * 1024)