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 committed by Michael Spang
parent 6977d1efd2
commit 4ebea28c59
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"