summaryrefslogtreecommitdiff
path: root/zen/dir_watcher.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-28 08:29:29 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-28 08:29:29 -0400
commitd30e0825ff61e9d8bae68cdfd2798da0badcf255 (patch)
treea55034c5f47324d2220e40639c6c632a895c5648 /zen/dir_watcher.h
parentadd upstream 13.0 (diff)
downloadFreeFileSync-d30e0825ff61e9d8bae68cdfd2798da0badcf255.tar.gz
FreeFileSync-d30e0825ff61e9d8bae68cdfd2798da0badcf255.tar.bz2
FreeFileSync-d30e0825ff61e9d8bae68cdfd2798da0badcf255.zip
add upstream 13.113.1
Diffstat (limited to 'zen/dir_watcher.h')
-rw-r--r--zen/dir_watcher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h
index a4a061e8..24af9810 100644
--- a/zen/dir_watcher.h
+++ b/zen/dir_watcher.h
@@ -8,7 +8,6 @@
#define DIR_WATCHER_348577025748023458
#include <vector>
-//#include <memory>
#include <chrono>
#include <functional>
#include "file_error.h"
bgstack15