summaryrefslogtreecommitdiff
path: root/dbe
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-02-10 22:00:30 +0000
committerEric Anholt <anholt@freebsd.org>2006-02-10 22:00:30 +0000
commitc3d14036729fd186d4ec7ca1de603e1f2d174e2f (patch)
tree6fc1290e4da4a16eea3c10c250d302df6b9e98c2 /dbe
parenta8cec1b656f57746758613213de1d6e5acb79451 (diff)
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
of (marginal) use in the drivers, and that usage remains.
Diffstat (limited to 'dbe')
-rw-r--r--dbe/dbe.c8
-rw-r--r--dbe/midbe.c4
2 files changed, 3 insertions, 9 deletions
diff --git a/dbe/dbe.c b/dbe/dbe.c
index 992a7ab59..50a318191 100644
--- a/dbe/dbe.c
+++ b/dbe/dbe.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: xc/programs/Xserver/dbe/dbe.c,v 1.3 2005/04/20 12:25:19 daniels Exp $ */
+/* $XdotOrg: xserver/xorg/dbe/dbe.c,v 1.5 2005/07/03 07:01:17 daniels Exp $ */
/* $Xorg: dbe.c,v 1.3 2000/08/17 19:48:16 cpqbld Exp $ */
/******************************************************************************
*
@@ -41,6 +41,8 @@
#include <dix-config.h>
#endif
+#include <string.h>
+
#include <X11/X.h>
#include <X11/Xproto.h>
#include "scrnintstr.h"
@@ -51,10 +53,6 @@
#include "dbestruct.h"
#include "midbe.h"
-#ifdef XFree86LOADER
-#include "xf86_ansic.h"
-#endif
-
/* GLOBALS */
/* Per-screen initialization functions [init'ed by DbeRegisterFunction()] */
diff --git a/dbe/midbe.c b/dbe/midbe.c
index 235693bb2..ef5140963 100644
--- a/dbe/midbe.c
+++ b/dbe/midbe.c
@@ -58,11 +58,7 @@
#include "gcstruct.h"
#include "inputstr.h"
-#ifndef IN_MODULE
#include <stdio.h>
-#else
-#include "xf86_ansic.h"
-#endif
/* DEFINES */