diff options
| author | Alexander Barton <alex@barton.de> | 2014-03-17 00:17:02 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2014-03-17 00:17:02 +0100 |
| commit | 259c314d142abd6f9295047c116235cfdd119563 (patch) | |
| tree | 660548fba4c2523699efcce105850a928b08411b /src/tool/tool.c | |
| parent | 51396f8f1c10506b558ce98aafb80aff4b2a95bd (diff) | |
| download | ngircd-259c314d142abd6f9295047c116235cfdd119563.tar.gz ngircd-259c314d142abd6f9295047c116235cfdd119563.zip | |
Remove imp.h and exp.h header files
These include files don't have a function any more, remove them.
Diffstat (limited to 'src/tool/tool.c')
| -rw-r--r-- | src/tool/tool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tool/tool.c b/src/tool/tool.c index 3b9cc255..8fe6e05e 100644 --- a/src/tool/tool.c +++ b/src/tool/tool.c @@ -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" |