aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-browse.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-05-15 20:57:21 +0000
committerBill Meier <wmeier@newsguy.com>2012-05-15 20:57:21 +0000
commitb869cb0bc51176db6ad0574d108481b4d250bef0 (patch)
tree175747de48a842a87136f7b1001a67e21c883d0e /epan/dissectors/packet-smb-browse.c
parentd5aa739fd0f9ca60faa7134ee3d99fb124b1b8e3 (diff)
Remove unneeded includes (ctype.h, stdio.h);
In one case, define our own size for a string buffer (instead of using a magic constant 'BUFSIZ'); In a few cases: do some whitespace, indentation & reformatting cleanup. svn path=/trunk/; revision=42634
Diffstat (limited to 'epan/dissectors/packet-smb-browse.c')
-rw-r--r--epan/dissectors/packet-smb-browse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-smb-browse.c b/epan/dissectors/packet-smb-browse.c
index 361e4f0946..1b924d548e 100644
--- a/epan/dissectors/packet-smb-browse.c
+++ b/epan/dissectors/packet-smb-browse.c
@@ -29,12 +29,12 @@
# include "config.h"
#endif
-#include <time.h>
+#include <string.h>
+
#include <glib.h>
-#include <ctype.h>
+
#include <epan/packet.h>
#include <epan/dissectors/packet-smb.h>
-#include <string.h>
#include "packet-smb-browse.h"
#include "packet-dcerpc.h"