summaryrefslogtreecommitdiff
path: root/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
commitb7b80d94bee66b7edbd606c5ce6afdeb009bd5b8 (patch)
tree56b81de26d3859239959edef327f0779f660c99b /gtk/rtp_stream_dlg.c
parentef461aa94b31f7f10b710ecfbfcb4a375690c049 (diff)
downloadwireshark-b7b80d94bee66b7edbd606c5ce6afdeb009bd5b8.tar.gz
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 'gtk/rtp_stream_dlg.c')
-rw-r--r--gtk/rtp_stream_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index 0903fd35d2..5c729c6f77 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -46,7 +46,7 @@
#include "image/clist_ascend.xpm"
#include "image/clist_descend.xpm"
-#include "rtp_pt.h"
+#include <epan/rtp_pt.h>
#include <epan/address.h>