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_error_decode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/intel_error_decode.c') diff --git a/tools/intel_error_decode.c b/tools/intel_error_decode.c index fff2aed57..b1d51b74a 100644 --- a/tools/intel_error_decode.c +++ b/tools/intel_error_decode.c @@ -55,6 +55,7 @@ #include "intel_chipset.h" #include "intel_gpu_tools.h" #include "instdone.h" +#include "intel_reg.h" static uint32_t print_head(unsigned int reg) -- cgit v1.2.3