summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2011-04-24 12:38:08 +0200
committerJeremy Huddleston <jeremyhu@apple.com>2011-04-24 19:46:06 -0700
commit78a9ec125dcb1546ca7e7e18aedf2b323eebb1fc (patch)
treec73c70537a263c7be5f6a2525a34edfe0300392b
parent0320db25f917980621107b790c4fc5171cb0b6ac (diff)
hw/xfree86/fbdevhw: remove duplicated include
Remove duplicated include. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
-rw-r--r--hw/xfree86/fbdevhw/fbdevhw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/fbdevhw/fbdevhw.c b/hw/xfree86/fbdevhw/fbdevhw.c
index 17fba36d0..dee731be4 100644
--- a/hw/xfree86/fbdevhw/fbdevhw.c
+++ b/hw/xfree86/fbdevhw/fbdevhw.c
@@ -48,7 +48,6 @@ _X_EXPORT XF86ModuleData fbdevhwModuleData = {
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <string.h>
/* -------------------------------------------------------------------- */
/* our private data, and two functions to allocate/free this */