Cleanup including of system headers

This commit is contained in:
Miroslav Lichvar
2013-06-14 13:30:54 +02:00
parent f7802f0111
commit 6ca73bf670
18 changed files with 15 additions and 87 deletions

View File

@@ -29,14 +29,8 @@
#include "config.h"
#ifdef LINUX
#include "sysincl.h"
#include <sys/time.h>
#include <stdio.h>
#include <unistd.h>
#include <math.h>
#include <ctype.h>
#include <assert.h>
#include <sys/utsname.h>
#if defined(HAVE_SCHED_SETSCHEDULER)
@@ -1250,9 +1244,3 @@ void SYS_Linux_MemLockAll(int LockAll)
}
}
#endif /* HAVE_MLOCKALL */
#endif /* LINUX */
/* vim:ts=8
* */