From d7b2aad04325ace029748145dc0584569ad01955 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 16 Jan 2012 01:07:52 +0000 Subject: 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 --- ui/gtk/stats_tree_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/stats_tree_stat.c') diff --git a/ui/gtk/stats_tree_stat.c b/ui/gtk/stats_tree_stat.c index 250db6b87f..96158c2e65 100644 --- a/ui/gtk/stats_tree_stat.c +++ b/ui/gtk/stats_tree_stat.c @@ -33,7 +33,7 @@ #include #include -#include "../simple_dialog.h" +#include "ui/simple_dialog.h" #include "../globals.h" #include "../stat_menu.h" -- cgit v1.2.1