aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-satop.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-05-15 19:23:35 +0000
committerBill Meier <wmeier@newsguy.com>2012-05-15 19:23:35 +0000
commitd53320919a29ca233356b649919e7a379d872140 (patch)
tree2eee7510e84a75f25f38247e9e42033c30f106cc /epan/dissectors/packet-pw-satop.c
parent3e4b3756fd7262b47c1f303c99c0ddf6324a8ea5 (diff)
Remove unneeded #includes (stdlib, stdio, ctypes, time);
In a few cases: do some whitespace, indentation cleanup & reformatting. svn path=/trunk/; revision=42632
Diffstat (limited to 'epan/dissectors/packet-pw-satop.c')
-rw-r--r--epan/dissectors/packet-pw-satop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pw-satop.c b/epan/dissectors/packet-pw-satop.c
index c41d5a40b0..eca18f0a0b 100644
--- a/epan/dissectors/packet-pw-satop.c
+++ b/epan/dissectors/packet-pw-satop.c
@@ -35,8 +35,8 @@
# include "config.h"
#endif
-#include <stdlib.h>
#include <glib.h>
+
#include <epan/packet.h>
#include <epan/expert.h>