]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.c
Get rid of the osl code.
[adu.git] / adu.c
diff --git a/adu.c b/adu.c
index 03df3e1625984fff168dceaf32b7f6981b1cb05f..598919a9a73f06b2e41015bd53d60283757c3285 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -2,14 +2,14 @@
 #include <dirent.h> /* readdir() */
 
 #include "gcc-compat.h"
-#include "osl.h"
 #include "fd.h"
-#include "hash.h"
 #include "string.h"
 #include "error.h"
 
 DEFINE_ERRLIST;
 
+
+
 /** evaluates to 1 if x < y, to -1 if x > y and to 0 if x == y */
 #define NUM_COMPARE(x, y) ((int)((x) < (y)) - (int)((x) > (y)))