aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-15 15:32:19 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-15 15:32:19 +0000
commit9ece16f1d1faa489a93720afccf117b38b1e1002 (patch)
tree4467a4cd4b44c387c269f4656af5e5b2d0cd3139 /epan/dissectors/packet-smb.c
parent6dee63e43dc578f46beae539a755f47a880807f0 (diff)
Remove #include <inttypes.h>.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33228 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smb.c')
-rw-r--r--epan/dissectors/packet-smb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c
index a16f965ae5..90fddc09f5 100644
--- a/epan/dissectors/packet-smb.c
+++ b/epan/dissectors/packet-smb.c
@@ -30,8 +30,6 @@
# include "config.h"
#endif
-#include <inttypes.h>
-
#include <time.h>
#include <string.h>
#include <glib.h>