syntax: Remove unused assert.h header.

This commit is contained in:
Richard Jones
2010-09-10 22:55:32 +01:00
parent 21aac863e2
commit 513363290e
2 changed files with 0 additions and 2 deletions

View File

@@ -22,7 +22,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>

View File

@@ -26,7 +26,6 @@
#include <fcntl.h>
#include <getopt.h>
#include <signal.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <locale.h>