diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-06-26 02:12:12 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-06-26 02:12:12 +0000 |
commit | 500d3993934d988fa5231333dd8c484513a81473 (patch) | |
tree | 6f8c32c4345dc2d7279a4d1b77e717d9ad9fbdc7 /ui/gtk/rtp_stream.c | |
parent | bbf6a3766e65ebc66f06f936e530e79ec2d5b31b (diff) | |
download | wireshark-500d3993934d988fa5231333dd8c484513a81473.tar.gz wireshark-500d3993934d988fa5231333dd8c484513a81473.tar.bz2 wireshark-500d3993934d988fa5231333dd8c484513a81473.zip |
Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.
svn path=/trunk/; revision=50165
Diffstat (limited to 'ui/gtk/rtp_stream.c')
-rw-r--r-- | ui/gtk/rtp_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/rtp_stream.c b/ui/gtk/rtp_stream.c index c3d9dee37d..766e7c97dc 100644 --- a/ui/gtk/rtp_stream.c +++ b/ui/gtk/rtp_stream.c @@ -43,7 +43,7 @@ #include "../globals.h" #include "ui/alert_box.h" #include "ui/simple_dialog.h" -#include "../tap-rtp-common.h" +#include "ui/tap-rtp-common.h" #include <wsutil/file_util.h> #include "ui/gtk/rtp_stream.h" |