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 --- tests/ddi_compute_wrpll.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/ddi_compute_wrpll.c b/tests/ddi_compute_wrpll.c index 9d31ebc2..c1db6c08 100644 --- a/tests/ddi_compute_wrpll.c +++ b/tests/ddi_compute_wrpll.c @@ -4,6 +4,7 @@ #include #include "intel_gpu_tools.h" +#include "drmtest.h" #define LC_FREQ 2700 #define LC_FREQ_2K (LC_FREQ * 2000) -- cgit v1.2.3