Browse code

fix include

git-svn: trunk@3160

Trog authored on 2007/07/17 20:34:47
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Jul 17 11:41:31 BST 2007 (trog)
2
+-----------------------------------
3
+  * libclamav/unarj.c: fix include
4
+
1 5
 Tue Jul 17 11:09:50 CEST 2007 (tk)
2 6
 ----------------------------------
3 7
   * libclamav/others.c: bump f-level
... ...
@@ -31,7 +31,6 @@
31 31
 #include <sys/types.h>
32 32
 #include <sys/stat.h>
33 33
 #include <fcntl.h>
34
-#include <dirent.h>
35 34
 #include <clamav.h>
36 35
 #include <ctype.h>
37 36