Browse code

remove incorrect includes

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@2658 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2007/01/31 06:39:14
Showing 2 changed files
... ...
@@ -31,13 +31,12 @@
31 31
 
32 32
 #include "options.h"
33 33
 #include "others.h"
34
-#include "shared.h"
35 34
 #include "defaults.h"
36 35
 #include "client.h"
37 36
 #include "output.h"
38 37
 #include "misc.h"
39 38
 
40
-#include "clamscan_opt.h"
39
+#include "clamscan/clamscan_opt.h"
41 40
 
42 41
 void help(void);
43 42
 
... ...
@@ -40,7 +40,6 @@
40 40
 
41 41
 #include "others.h"
42 42
 #include "defaults.h"
43
-#include "shared.h"
44 43
 #include "options.h"
45 44
 #include "cfgparser.h"
46 45
 #include "memory.h"