aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-common.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-02 23:40:09 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-02 23:40:09 +0000
commit135dd00b1451ab86cee30cca5a4850da0a4980ad (patch)
tree3639a2f33423ad3e4114c1eed18de5353513df24 /epan/dissectors/packet-smb-common.h
parent38275196eb793ad436eed032c79c3b54da2dad96 (diff)
Don't drag in a huge pile of headers in "packet-smb-common.h"; rely on
the files including it to include what they need. svn path=/trunk/; revision=11588
Diffstat (limited to 'epan/dissectors/packet-smb-common.h')
-rw-r--r--epan/dissectors/packet-smb-common.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/epan/dissectors/packet-smb-common.h b/epan/dissectors/packet-smb-common.h
index 1949a11c49..cdec298464 100644
--- a/epan/dissectors/packet-smb-common.h
+++ b/epan/dissectors/packet-smb-common.h
@@ -28,18 +28,6 @@
#ifndef __PACKET_SMB_COMMON_H__
#define __PACKET_SMB_COMMON_H__
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <stdio.h>
-
-#include <time.h>
-#include <string.h>
-#include <glib.h>
-#include <ctype.h>
-#include <epan/packet.h>
-#include <epan/conversation.h>
#include "smb.h"
int dissect_smb_unknown(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset);