summaryrefslogtreecommitdiff
path: root/zen/recycler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/recycler.cpp')
-rw-r--r--zen/recycler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/recycler.cpp b/zen/recycler.cpp
index 2a82cd24..c062a26c 100644
--- a/zen/recycler.cpp
+++ b/zen/recycler.cpp
@@ -13,7 +13,6 @@
//#include <algorithm>
//#include <functional>
#include <zen/dll.h>
-#include <zen/win.h> //includes "windows.h"
#include <zen/assert_static.h>
#include <zen/win_ver.h>
#include <zen/long_path_prefix.h>
bgstack15