summaryrefslogtreecommitdiff
path: root/zen/int64.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:24:35 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:24:35 +0200
commit460091fb0b2ff114cc741372f15bb43b702ea3b1 (patch)
tree0562c2eda4c66969c6e6d0910080db9f5b0def3e /zen/int64.h
parent5.15 (diff)
downloadFreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.gz
FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.bz2
FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.zip
5.16
Diffstat (limited to 'zen/int64.h')
-rw-r--r--zen/int64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/int64.h b/zen/int64.h
index a760d5ab..4c63a24f 100644
--- a/zen/int64.h
+++ b/zen/int64.h
@@ -14,7 +14,6 @@
#include <ostream>
#include "assert_static.h"
#include "type_tools.h"
-#include "type_traits.h"
#ifdef FFS_WIN
#include "win.h"
bgstack15