diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2011-04-24 12:35:45 +0200 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-04-24 19:46:06 -0700 |
commit | b56271b954d6ab8eeb320f314925b77403458b9c (patch) | |
tree | 5562a16b7da8a3fd73e8d27c28a4f5d9238db9f6 /hw | |
parent | 86c0c8b9c567f57fe7477d5302fa22dc7557ce90 (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.c | 1 |
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" |