summaryrefslogtreecommitdiff
path: root/synchronization.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:19:14 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:19:14 +0200
commit01eb8253196672c969a39587e90b49321a182428 (patch)
tree4a3b71d7913de519744466c9227fda6461c4f0b5 /synchronization.h
parent5.0 (diff)
downloadFreeFileSync-01eb8253196672c969a39587e90b49321a182428.tar.gz
FreeFileSync-01eb8253196672c969a39587e90b49321a182428.tar.bz2
FreeFileSync-01eb8253196672c969a39587e90b49321a182428.zip
5.1
Diffstat (limited to 'synchronization.h')
-rw-r--r--synchronization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/synchronization.h b/synchronization.h
index a9fd5d0c..cbe3937d 100644
--- a/synchronization.h
+++ b/synchronization.h
@@ -9,7 +9,7 @@
#include "file_hierarchy.h"
#include "lib/process_xml.h"
-#include "lib/status_handler.h"
+#include "process_callback.h"
#include <zen/process_status.h>
bgstack15