From 6cfcd715898198cbd8edd955ed24cf57f6e8d9ee Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 22 Mar 2014 20:07:35 +0100 Subject: 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 --- tools/intel_infoframes.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/intel_infoframes.c') diff --git a/tools/intel_infoframes.c b/tools/intel_infoframes.c index 81e03433..76dd6271 100644 --- a/tools/intel_infoframes.c +++ b/tools/intel_infoframes.c @@ -31,6 +31,8 @@ #include #include #include "intel_gpu_tools.h" +#include "intel_chipset.h" +#include "drmtest.h" typedef enum { TRANSC_A = 0, -- cgit v1.2.3