1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-28 12:37:38 +00:00

Remove imp.h and exp.h header files

These include files don't have a function any more, remove them.
This commit is contained in:
Alexander Barton
2014-03-17 00:17:02 +01:00
parent 51396f8f1c
commit 259c314d14
44 changed files with 2 additions and 149 deletions

View File

@@ -16,7 +16,6 @@
* Tool functions
*/
#include "imp.h"
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
@@ -31,7 +30,6 @@
#include <syslog.h>
#endif
#include "exp.h"
#include "tool.h"