Clean up includes.

This commit is contained in:
Steve Checkoway
2004-04-05 05:22:32 +00:00
parent 1bf65b9fb9
commit 20a8bab45c
83 changed files with 76 additions and 123 deletions
@@ -17,8 +17,8 @@ using namespace std;
#include <cstring>
#include <stack>
#include <map>
#include <sys/errno.h>
#include <assert.h>
#include <cerrno>
#include <cassert>
#include "StdString.h"
#include "InstallerFile.h"
#include "Processor.h"
+1 -1
View File
@@ -10,7 +10,7 @@
#import <Security/AuthorizationTags.h>
#import <sys/types.h>
#import <sys/wait.h>
#import <string.h>
#import <cstring>
#import <unistd.h>
#import <fcntl.h>
#import "Helper.h"
@@ -13,7 +13,7 @@ using namespace std;
#include <sys/stat.h>
#include <sys/uio.h>
#include <unistd.h>
#include <assert.h>
#include <cassert>
#include <fcntl.h>
#include <cstdio>
#include "StdString.h"
+1 -1
View File
@@ -10,7 +10,7 @@
using namespace std;
#include <sys/types.h>
#include <sys/errno.h>
#include <cerrno.>
#include <sys/param.h>
#include <sys/wait.h>
#include <unistd.h>
+1 -1
View File
@@ -9,7 +9,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/errno.h>
#include <cerrno>
#include <sys/wait.h>
#include <unistd.h>
#include <dirent.h>