aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/simple_dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/simple_dialog.c')
-rw-r--r--gtk/simple_dialog.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/gtk/simple_dialog.c b/gtk/simple_dialog.c
index df9955d5f4..300ed6bc4e 100644
--- a/gtk/simple_dialog.c
+++ b/gtk/simple_dialog.c
@@ -25,24 +25,25 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+#include <stdio.h>
#include <gtk/gtk.h>
-#include <stdio.h>
+#include <epan/strutil.h>
-#include "gtkglobals.h"
-#include "simple_dialog.h"
-#include "dlg_utils.h"
-#include "gui_utils.h"
-#include "stock_icons.h"
+#include "../simple_dialog.h"
-#include <epan/strutil.h>
+#include "gtk/gtkglobals.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/gui_utils.h"
+#include "gtk/stock_icons.h"
#include "image/stock_dialog_error_48.xpm"
#include "image/stock_dialog_info_48.xpm"
#include "image/stock_dialog_warning_48.xpm"
#include "image/stock_dialog_stop_48.xpm"
+
static void simple_dialog_cancel_cb(GtkWidget *, gpointer);
#define CALLBACK_FCT_KEY "ESD_Callback_Fct"