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
@@ -1,9 +1,9 @@
#define __USE_GNU
#include "global.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <cstdio>
#include <cstring>
#include <cerrno>
#include <sys/types.h>
#include <sys/wait.h>