Put back the #include changes from a previous commit.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Jan 2012 20:31:42 +0000 (20:31 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Jan 2012 20:31:42 +0000 (20:31 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40670 f5534014-38df-0310-8fa8-9805f1628bb7

ui/gtk/proto_dlg.c

index f6c4f7c354f4abdb7755bd94e13b50ae93c5d7c3..d6ca4a16c7aa55e3fb2a5f49b1a664e7473914f6 100644 (file)
 #include <epan/filesystem.h>
 
 #include "../util.h"
-#include "../simple_dialog.h"
 #include "../disabled_protos.h"
 
-#include "gtk/main.h"
-#include "gtk/gui_utils.h"
-#include "gtk/dlg_utils.h"
-#include "gtk/proto_dlg.h"
-#include "gtk/help_dlg.h"
-
+#include "ui/simple_dialog.h"
+#include "ui/gtk/main.h"
+#include "ui/gtk/gui_utils.h"
+#include "ui/gtk/dlg_utils.h"
+#include "ui/gtk/proto_dlg.h"
+#include "ui/gtk/help_dlg.h"
 
 static gboolean proto_delete_event_cb(GtkWidget *, GdkEvent *, gpointer);
 static void proto_ok_cb(GtkWidget *, gpointer);