summaryrefslogtreecommitdiff
path: root/ui/small_dlgs.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:22:36 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:22:36 +0200
commitecb1524f8da7901338b263384fed3c612f117b4c (patch)
treee7e06423fe27ea5ab45f27fc4b39ae597ba72490 /ui/small_dlgs.h
parent5.10 (diff)
downloadFreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.tar.gz
FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.tar.bz2
FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.zip
5.11
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