I bet this speeds up the compilation

This commit is contained in:
David Bartley 2009-01-30 01:44:54 -05:00
parent 7407c9b8d7
commit 6055aecb27
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
#include <stdio.h>
#include <unistd.h>
#include <dirent.h>
#include <limits.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "util.h"