From b56271b954d6ab8eeb320f314925b77403458b9c Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Sun, 24 Apr 2011 12:35:45 +0200 Subject: [PATCH] hw/xfree86/ddc: remove duplicated include Remove duplicated include. Signed-off-by: Nicolas Kaiser Reviewed-by: Matthieu Herrb --- hw/xfree86/ddc/ddcProperty.c | 1 - 1 file changed, 1 deletion(-) 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 #include "property.h" #include "propertyst.h" -#include "xf86DDC.h" #include #define EDID1_ATOM_NAME "XFree86_DDC_EDID1_RAWDATA"