summaryrefslogtreecommitdiff
path: root/ui/small_dlgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/small_dlgs.h')
-rw-r--r--ui/small_dlgs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/small_dlgs.h b/ui/small_dlgs.h
index ed191bae..397a3e41 100644
--- a/ui/small_dlgs.h
+++ b/ui/small_dlgs.h
@@ -7,7 +7,8 @@
#ifndef SMALLDIALOGS_H_INCLUDED
#define SMALLDIALOGS_H_INCLUDED
-#include "../file_hierarchy.h"
+#include <wx/window.h>
+//#include "../file_hierarchy.h"
#include "../lib/process_xml.h"
#include "../synchronization.h"
bgstack15