aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipfc.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-08-14 21:08:43 -0400
committerBill Meier <wmeier@newsguy.com>2014-08-15 14:46:45 +0000
commit56bd0a24b5ab3498d50ee34b3dbf45be069e33d7 (patch)
tree2b82c740cad8401191b79b4777849eecd6e450a4 /epan/dissectors/packet-ipfc.c
parent494559998b40107faca35f5a1c4c54bbf473dd39 (diff)
Remove unneeded #include; As needed: Add editor modelines & do whitespace changes.
Change-Id: Ib345833114aab0c70fc20b1fc74c90abecec486e Reviewed-on: https://code.wireshark.org/review/3619 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-ipfc.c')
-rw-r--r--epan/dissectors/packet-ipfc.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipfc.c b/epan/dissectors/packet-ipfc.c
index 23ba70684b..21b8757cbe 100644
--- a/epan/dissectors/packet-ipfc.c
+++ b/epan/dissectors/packet-ipfc.c
@@ -32,7 +32,6 @@
#include <wiretap/wtap.h>
#include <epan/to_str.h>
#include <epan/etypes.h>
-#include <epan/conversation.h>
#include "packet-fc.h"
#include "packet-ipfc.h"
@@ -136,3 +135,16 @@ proto_reg_handoff_ipfc (void)
llc_handle = find_dissector ("llc");
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */