summaryrefslogtreecommitdiffstats
path: root/src/Globals.h
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2015-06-04 12:21:21 +0200
committerworktycho <work.tycho@gmail.com>2015-06-04 12:21:21 +0200
commitc124a4495a2b24866511453636cda065fee842e8 (patch)
tree90ed066862c081299e02b173b9de99643e7e5732 /src/Globals.h
parentMerge pull request #2202 from mc-server/CmakeCleanup (diff)
parentSkip unknown cflag for Apple clang & remove cSemaphore (diff)
downloadcuberite-c124a4495a2b24866511453636cda065fee842e8.tar
cuberite-c124a4495a2b24866511453636cda065fee842e8.tar.gz
cuberite-c124a4495a2b24866511453636cda065fee842e8.tar.bz2
cuberite-c124a4495a2b24866511453636cda065fee842e8.tar.lz
cuberite-c124a4495a2b24866511453636cda065fee842e8.tar.xz
cuberite-c124a4495a2b24866511453636cda065fee842e8.tar.zst
cuberite-c124a4495a2b24866511453636cda065fee842e8.zip
Diffstat (limited to 'src/Globals.h')
-rw-r--r--src/Globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Globals.h b/src/Globals.h
index 27d944fcc..e7b7fdcac 100644
--- a/src/Globals.h
+++ b/src/Globals.h
@@ -265,7 +265,6 @@ template class SizeChecker<UInt8, 1>;
// Common headers (part 1, without macros):
#include "StringUtils.h"
#include "OSSupport/CriticalSection.h"
- #include "OSSupport/Semaphore.h"
#include "OSSupport/Event.h"
#include "OSSupport/File.h"
#include "Logger.h"