summaryrefslogtreecommitdiff
path: root/record/set.c
diff options
context:
space:
mode:
Diffstat (limited to 'record/set.c')
-rw-r--r--record/set.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/record/set.c b/record/set.c
index 83fb0e7d7..8419e2900 100644
--- a/record/set.c
+++ b/record/set.c
@@ -55,12 +55,13 @@ from The Open Group.
#include <dix-config.h>
#endif
+#include <string.h>
+
#ifndef TESTING
#include "misc.h"
#else
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
/* stuff that you normally get from the X Server's environment */
@@ -93,11 +94,6 @@ void *Xcalloc(size)
#include "set.h"
-#ifdef XFree86LOADER
-#include "xf86_libc.h"
-#include "xf86_ansic.h"
-#endif
-
static int
maxMemberInInterval(pIntervals, nIntervals)
RecordSetInterval *pIntervals;