aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-rtp.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 02:12:12 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 02:12:12 +0000
commit500d3993934d988fa5231333dd8c484513a81473 (patch)
tree6f8c32c4345dc2d7279a4d1b77e717d9ad9fbdc7 /ui/cli/tap-rtp.c
parentbbf6a3766e65ebc66f06f936e530e79ec2d5b31b (diff)
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/cli/tap-rtp.c')
-rw-r--r--ui/cli/tap-rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-rtp.c b/ui/cli/tap-rtp.c
index f81966bbe0..c07b1a29f3 100644
--- a/ui/cli/tap-rtp.c
+++ b/ui/cli/tap-rtp.c
@@ -45,7 +45,7 @@
#include <epan/rtp_pt.h>
#include <epan/stat_cmd_args.h>
#include <epan/addr_resolv.h>
-#include "tap-rtp-common.h"
+#include "ui/tap-rtp-common.h"
/* The one and only global rtpstream_tapinfo_t structure for tshark and wireshark.
*/