]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn-encoding.c
Remove imp.h and exp.h header files
[ngircd-alex.git] / src / ngircd / conn-encoding.c
index b827d02ae4d4abe78f67007be5411bd2f218e1f4..c0710d8b07237e29202880b78c254a7128db636c 100644 (file)
@@ -20,7 +20,6 @@
  * Functions to deal with character encodings and conversions
  */
 
-#include "imp.h"
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>
@@ -29,7 +28,6 @@
 #include "conn.h"
 #include "log.h"
 
-#include "exp.h"
 #include "conn-encoding.h"
 
 #ifdef ICONV