remove error.h dependency

This commit is contained in:
seanpringle
2012-09-07 17:50:31 +10:00
parent 2455f692dc
commit 7eae65d971
2 changed files with 1 additions and 2 deletions

1
xoat.h
View File

@@ -38,7 +38,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <stdarg.h>
#include <unistd.h>
#include <ctype.h>
#include <error.h>
#include <err.h>
#include <signal.h>
#include <sys/types.h>