aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msnlb.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-08-08 15:41:09 +0000
committerBill Meier <wmeier@newsguy.com>2011-08-08 15:41:09 +0000
commitb708c2892bb20794b118c90864709bda9e2b2b32 (patch)
treec13acc4b93ec996abbdb95b7f9626d4586b4fe4a /epan/dissectors/packet-msnlb.c
parent3f8edaa2d15675238cf0cb69054c7d0b5dc7eb0d (diff)
Dissectors don't need to #include <gmodule.h>
Also: #include <stdlib.h> not req'd in some cases. svn path=/trunk/; revision=38409
Diffstat (limited to 'epan/dissectors/packet-msnlb.c')
-rw-r--r--epan/dissectors/packet-msnlb.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-msnlb.c b/epan/dissectors/packet-msnlb.c
index 95a9475892..4a16f8e9e8 100644
--- a/epan/dissectors/packet-msnlb.c
+++ b/epan/dissectors/packet-msnlb.c
@@ -11,12 +11,12 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -26,9 +26,8 @@
#include "config.h"
#endif
-#include <gmodule.h>
+#include <glib.h>
#include <epan/packet.h>
-#include <epan/proto.h>
#include <epan/etypes.h>
#include "packet-smb-common.h"