Remove errlog.h include

This commit is contained in:
Freddie Akeroyd
2021-02-23 15:26:50 +00:00
parent e7f36a71af
commit e36ee60ba7

View File

@ -28,7 +28,6 @@
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <stdio.h> #include <stdio.h>
#include <errlog.h>
int streamDebug = 0; int streamDebug = 0;
int streamError = 1; int streamError = 1;