summaryrefslogtreecommitdiff
path: root/lib/igt_kms.h
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 /lib/igt_kms.h
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 'lib/igt_kms.h')
-rw-r--r--lib/igt_kms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index df658b0b..6590fd58 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -26,11 +26,11 @@
#define __IGT_KMS_H__
#include <stdbool.h>
-
+#include <stdint.h>
#include <drm_fourcc.h>
#include <cairo.h>
-#include <igt_display.h>
+#include "igt_display.h"
struct kmstest_connector_config {
drmModeCrtc *crtc;