aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/progress_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/progress_dlg.c')
-rw-r--r--gtk/progress_dlg.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/gtk/progress_dlg.c b/gtk/progress_dlg.c
index fedd4690cb..73e8e97f4b 100644
--- a/gtk/progress_dlg.c
+++ b/gtk/progress_dlg.c
@@ -29,10 +29,13 @@
#include <string.h>
#include <gtk/gtk.h>
-#include "gtkglobals.h"
-#include "dlg_utils.h"
-#include "gui_utils.h"
-#include "progress_dlg.h"
+
+#include "../progress_dlg.h"
+
+#include "gtk/gtkglobals.h"
+#include "gtk/dlg_utils.h"
+#include "gtk/gui_utils.h"
+
#define PROG_BAR_KEY "progress_bar"