summaryrefslogtreecommitdiff
path: root/mfb/mfb.h
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 /mfb/mfb.h
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 'mfb/mfb.h')
-rw-r--r--mfb/mfb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/mfb/mfb.h b/mfb/mfb.h
index 6e7ae43b3..3135f447b 100644
--- a/mfb/mfb.h
+++ b/mfb/mfb.h
@@ -1147,12 +1147,5 @@ than a switch on the rop per item (span or rectangle.)
#define MFB_OP_WHITE /* nothing */
#define MFB_OP_BLACK ~
-/*
- * if MFB is built as a module, it shouldn't call libc functions.
- */
-#ifdef XFree86LOADER
-#include "xf86_ansic.h"
-#endif
-
#endif /* MFB_PROTOTYPES_ONLY */
#endif /* _MFB_H_ */