aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-20 16:19:22 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-20 16:19:22 +0000
commit96adc5f4a14d07b1364b3b07574e0a7b81864842 (patch)
tree4621669b3485edcfd786c31be993b45be8da6321 /wiretap
parent925489be0b01f952bf774c2162c430c087134271 (diff)
- Include the .h files in their .c files.
- Remove epan/dissectors/packet-sna.h, it isn't used anywhere. svn path=/trunk/; revision=15475
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/ascend-grammar.y2
-rw-r--r--wiretap/wtap.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/wiretap/ascend-grammar.y b/wiretap/ascend-grammar.y
index 398d8c5852..9a0ba70cd3 100644
--- a/wiretap/ascend-grammar.y
+++ b/wiretap/ascend-grammar.y
@@ -142,6 +142,8 @@ XMIT-Max7:20: (task "_brouterControlTask" at 0xb094ac20, time: 1481.51) 20 octet
#include "ascend-int.h"
#include "file_wrappers.h"
+#include "ascend-grammar.h"
+
#define NO_USER "<none>"
int yyparse(void);
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 727c77d286..b1e981b1d1 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -44,6 +44,8 @@
#endif
#include "wtap-int.h"
+#include "wtap.h"
+
#include "file_wrappers.h"
#include "buffer.h"