summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2011-04-24 12:35:45 +0200
committerJeremy Huddleston <jeremyhu@apple.com>2011-04-24 19:46:06 -0700
commitb56271b954d6ab8eeb320f314925b77403458b9c (patch)
tree5562a16b7da8a3fd73e8d27c28a4f5d9238db9f6 /hw
parent86c0c8b9c567f57fe7477d5302fa22dc7557ce90 (diff)
hw/xfree86/ddc: remove duplicated include
Remove duplicated include. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/ddc/ddcProperty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c
index d2d90ba2d..5d6eec927 100644
--- a/hw/xfree86/ddc/ddcProperty.c
+++ b/hw/xfree86/ddc/ddcProperty.c
@@ -30,7 +30,6 @@
#include <X11/Xatom.h>
#include "property.h"
#include "propertyst.h"
-#include "xf86DDC.h"
#include <string.h>
#define EDID1_ATOM_NAME "XFree86_DDC_EDID1_RAWDATA"