summaryrefslogtreecommitdiff
path: root/synchronization.h
diff options
context:
space:
mode:
Diffstat (limited to 'synchronization.h')
-rw-r--r--synchronization.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/synchronization.h b/synchronization.h
index 7cf93b45..025b7ab0 100644
--- a/synchronization.h
+++ b/synchronization.h
@@ -8,8 +8,8 @@
#define SYNCHRONIZATION_H_INCLUDED
#include "file_hierarchy.h"
-#include "library/process_xml.h"
-#include "library/status_handler.h"
+#include "lib/process_xml.h"
+#include "lib/status_handler.h"
namespace zen
bgstack15