diff options
author | Guy Harris <guy@alum.mit.edu> | 2012-01-16 01:07:52 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2012-01-16 01:07:52 +0000 |
commit | d7b2aad04325ace029748145dc0584569ad01955 (patch) | |
tree | 0a50bf94625d8238c29f5e96187eb2c991292774 /proto_hier_stats.c | |
parent | 624de2e37f7cd61af7ecb1b6c96b60bc87624959 (diff) | |
download | wireshark-d7b2aad04325ace029748145dc0584569ad01955.tar.gz wireshark-d7b2aad04325ace029748145dc0584569ad01955.tar.bz2 wireshark-d7b2aad04325ace029748145dc0584569ad01955.zip |
Move some headers for UI stuff, and the alert_box.c UI-specific file, to
the ui directory. (Perhaps some other files that would be used by all
flavors of Wireshark, for any GUI toolkit or for someting such as
ncurses, and not for any command-line tool such as TShark, should be
moved there as well.)
Shuffle some #includes to put the "ui/XXX.h" includes together.
svn path=/trunk/; revision=40529
Diffstat (limited to 'proto_hier_stats.c')
-rw-r--r-- | proto_hier_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_hier_stats.c b/proto_hier_stats.c index 420e725e70..1265c816fc 100644 --- a/proto_hier_stats.c +++ b/proto_hier_stats.c @@ -30,7 +30,7 @@ #include "globals.h" #include "proto_hier_stats.h" -#include "progress_dlg.h" +#include "ui/progress_dlg.h" #include <epan/epan_dissect.h> #include <wtap.h> |