summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Event.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-10-24 11:01:45 +0200
committerMattes D <github@xoft.cz>2014-10-24 11:01:45 +0200
commitb9777287ca79fbf9abae57e0ab36acf561995f10 (patch)
tree07ae92bf45197cdc5e8ebe7834f017ad067bd35c /src/OSSupport/Event.cpp
parentAdded a missing chrono include. (diff)
downloadcuberite-b9777287ca79fbf9abae57e0ab36acf561995f10.tar
cuberite-b9777287ca79fbf9abae57e0ab36acf561995f10.tar.gz
cuberite-b9777287ca79fbf9abae57e0ab36acf561995f10.tar.bz2
cuberite-b9777287ca79fbf9abae57e0ab36acf561995f10.tar.lz
cuberite-b9777287ca79fbf9abae57e0ab36acf561995f10.tar.xz
cuberite-b9777287ca79fbf9abae57e0ab36acf561995f10.tar.zst
cuberite-b9777287ca79fbf9abae57e0ab36acf561995f10.zip
Diffstat (limited to 'src/OSSupport/Event.cpp')
-rw-r--r--src/OSSupport/Event.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OSSupport/Event.cpp b/src/OSSupport/Event.cpp
index fbf04b47c..e05de8e15 100644
--- a/src/OSSupport/Event.cpp
+++ b/src/OSSupport/Event.cpp
@@ -7,7 +7,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Event.h"
-#include <chrono>
#include "Errors.h"