aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-02-28 23:46:07 +0000
committerBill Meier <wmeier@newsguy.com>2011-02-28 23:46:07 +0000
commitef997f2290f73ef1918fb4716935b81a38184a4c (patch)
treebc8cc74d3c6404e5ee501b0c2a5fded410c79493 /epan/dissectors
parent093e8f25c4dc7ae1f222881c235e6dd604ef8126 (diff)
Remove unneeded #includes; Add #includes to packet-gsm_rlcmac.c
svn path=/trunk/; revision=36099
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-gsm_rlcmac.c5
-rw-r--r--epan/dissectors/packet-gsm_rlcmac.h5
2 files changed, 3 insertions, 7 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
*/
diff --git a/epan/dissectors/packet-gsm_rlcmac.h b/epan/dissectors/packet-gsm_rlcmac.h
index 04dd79beda..ac8635bd3f 100644
--- a/epan/dissectors/packet-gsm_rlcmac.h
+++ b/epan/dissectors/packet-gsm_rlcmac.h
@@ -28,11 +28,6 @@
#ifndef __PACKET_GSM_RLCMAC_H__
#define __PACKET_GSM_RLCMAC_H__
-#include <stdio.h>
-#include <string.h>
-#include <glib.h>
-#include <epan/packet.h>
-
#ifndef PRE_PACKED
#define PRE_PACKED
#endif