aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_rlcmac.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-28 23:46:07 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-28 23:46:07 +0000
commit7e43252b3228cf0c4b7e64651dc75e73ce6cdb1f (patch)
treebc8cc74d3c6404e5ee501b0c2a5fded410c79493 /epan/dissectors/packet-gsm_rlcmac.c
parentb47d7f50934435f6dbb2958ba90377f93e30fcf1 (diff)
Remove unneeded #includes; Add #includes to packet-gsm_rlcmac.c
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36099 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gsm_rlcmac.c')
-rw-r--r--epan/dissectors/packet-gsm_rlcmac.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gsm_rlcmac.c b/epan/dissectors/packet-gsm_rlcmac.c
index d87ec9b7a2..247f483e0d 100644
--- a/epan/dissectors/packet-gsm_rlcmac.c
+++ b/epan/dissectors/packet-gsm_rlcmac.c
@@ -29,10 +29,11 @@
# include "config.h"
#endif
+#include <glib.h>
+#include <epan/packet.h>
+
#include "packet-csn1.h"
#include "packet-gsm_rlcmac.h"
-#include "string.h"
-#include "stdio.h"
/* Initialize the protocol and registered fields
*/