Browse code

remove unneeded include.

git-svn: trunk@4873

Török Edvin authored on 2009/02/28 17:48:22
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat Feb 28 10:47:44 EET 2009 (edwin)
2
+------------------------------------
3
+ * clamdtop/clamdtop.c: remove unneeded include (bb #1436).
4
+
1 5
 Sat Feb 28 09:04:22 CET 2009 (acab)
2 6
 -----------------------------------
3 7
  * clamdscan/proto.c: bail out if the command is rejected (bb#1429)
... ...
@@ -32,7 +32,6 @@
32 32
 #include <stdio.h>
33 33
 #include <stdlib.h>
34 34
 #include <string.h>
35
-#include <stdint.h>
36 35
 #include <sys/types.h>
37 36
 #include CURSES_INCLUDE
38 37
 #include <time.h>