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 --- lib/intel_chipset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/intel_chipset.h') diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h index 2f307788..f6757d4a 100644 --- a/lib/intel_chipset.h +++ b/lib/intel_chipset.h @@ -28,7 +28,6 @@ #ifndef _INTEL_CHIPSET_H #define _INTEL_CHIPSET_H -#include #include struct pci_device *intel_get_pci_device(void); @@ -36,6 +35,7 @@ uint32_t intel_get_drm_devid(int fd); int intel_gen(uint32_t devid); extern enum pch_type intel_pch; + enum pch_type { PCH_NONE, PCH_IBX, -- cgit v1.2.3