Revert "I bet this speeds up the compilation"

This reverts commit 6055aecb27.
This commit is contained in:
Michael Spang 2009-01-31 18:43:19 -05:00
parent a26181a278
commit 8254cea7bf
1 changed files with 5 additions and 1 deletions

View File

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