diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-09-17 00:02:31 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-09-17 00:02:31 +0000 |
commit | b7b80d94bee66b7edbd606c5ce6afdeb009bd5b8 (patch) | |
tree | 56b81de26d3859239959edef327f0779f660c99b /epan/dissectors/packet-q2931.c | |
parent | ef461aa94b31f7f10b710ecfbfcb4a375690c049 (diff) | |
download | wireshark-b7b80d94bee66b7edbd606c5ce6afdeb009bd5b8.tar.gz wireshark-b7b80d94bee66b7edbd606c5ce6afdeb009bd5b8.tar.bz2 wireshark-b7b80d94bee66b7edbd606c5ce6afdeb009bd5b8.zip |
Move a pile of protocol-related headers from the top-level source
directory to the epan directory. Some of them should perhaps ultimately
be moved to epan/dissectors, if they pertain only to stuff exported by a
particular dissector.
Fix Gerald's e-mail address in files we're moving.
svn path=/trunk/; revision=15844
Diffstat (limited to 'epan/dissectors/packet-q2931.c')
-rw-r--r-- | epan/dissectors/packet-q2931.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-q2931.c b/epan/dissectors/packet-q2931.c index 167fbda1ee..5dcb48f71a 100644 --- a/epan/dissectors/packet-q2931.c +++ b/epan/dissectors/packet-q2931.c @@ -31,9 +31,9 @@ #include <glib.h> #include <string.h> #include <epan/packet.h> -#include "oui.h" -#include "nlpid.h" -#include "etypes.h" +#include <epan/oui.h> +#include <epan/nlpid.h> +#include <epan/etypes.h> #include "packet-q931.h" #include "packet-arp.h" |