diff options
author | Jörg Mayer <jmayer@loplof.de> | 2012-02-17 12:30:27 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2012-02-17 12:30:27 +0000 |
commit | 35508464b20bcf32ad548bb9f8c5424eddf5887a (patch) | |
tree | 80f16acb51d81ce613bf7741f6db62b4f73534f3 /tshark.c | |
parent | cdc504ac3fb9121856263c6f2b6e9c6816256ea8 (diff) | |
download | wireshark-35508464b20bcf32ad548bb9f8c5424eddf5887a.tar.gz wireshark-35508464b20bcf32ad548bb9f8c5424eddf5887a.tar.bz2 wireshark-35508464b20bcf32ad548bb9f8c5424eddf5887a.zip |
Start moving files to ui/ and ui/cli/
svn path=/trunk/; revision=41047
Diffstat (limited to 'tshark.c')
-rw-r--r-- | tshark.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ #include <epan/column.h> #include "print.h" #include <epan/addr_resolv.h> -#include "util.h" +#include "ui/util.h" #include "clopts_common.h" #include "console_io.h" #include "cmdarg_err.h" |