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-rmp.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-rmp.c')
-rw-r--r-- | epan/dissectors/packet-rmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rmp.c b/epan/dissectors/packet-rmp.c index bef7158581..9ee506b4cc 100644 --- a/epan/dissectors/packet-rmp.c +++ b/epan/dissectors/packet-rmp.c @@ -29,7 +29,7 @@ #include <glib.h> #include <epan/packet.h> -#include "etypes.h" +#include <epan/etypes.h> #include "packet-hpext.h" |