aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-osd.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-11 10:38:59 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-11 10:38:59 +0000
commitcff7ddc4599a1028d69e3ca14823759b97f126f9 (patch)
tree59d9a2ee47921895b00d61b759af4ae6013a5973 /epan/dissectors/packet-scsi-osd.c
parenta207efce6a0af6ff473867cba70654a3c632da20 (diff)
move the ITL and the ITLQ structure to packet-scsi.h where it belongs
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19492 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-scsi-osd.c')
-rw-r--r--epan/dissectors/packet-scsi-osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-scsi-osd.c b/epan/dissectors/packet-scsi-osd.c
index 9c71131b45..85c156cb65 100644
--- a/epan/dissectors/packet-scsi-osd.c
+++ b/epan/dissectors/packet-scsi-osd.c
@@ -35,8 +35,8 @@
#include <epan/emem.h>
#include <epan/conversation.h>
#include <epan/tap.h>
-#include "packet-fc.h"
#include "packet-scsi.h"
+#include "packet-fc.h"
#include "packet-scsi-osd.h"