summaryrefslogtreecommitdiffstats
path: root/source/cLog.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-18 18:51:34 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-18 18:51:34 +0100
commit57dedd585c248361a8f5ef902d13bc2354447500 (patch)
tree398d8e0df78fcf50178edeab01c4c49cec4e48a9 /source/cLog.h
parentLogging: added LOGD macro that logs only in debug builds (diff)
downloadcuberite-57dedd585c248361a8f5ef902d13bc2354447500.tar
cuberite-57dedd585c248361a8f5ef902d13bc2354447500.tar.gz
cuberite-57dedd585c248361a8f5ef902d13bc2354447500.tar.bz2
cuberite-57dedd585c248361a8f5ef902d13bc2354447500.tar.lz
cuberite-57dedd585c248361a8f5ef902d13bc2354447500.tar.xz
cuberite-57dedd585c248361a8f5ef902d13bc2354447500.tar.zst
cuberite-57dedd585c248361a8f5ef902d13bc2354447500.zip
Diffstat (limited to '')
-rw-r--r--source/cLog.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/cLog.h b/source/cLog.h
index b218580ce..1a688b0c0 100644
--- a/source/cLog.h
+++ b/source/cLog.h
@@ -1,12 +1,8 @@
+
#pragma once
-#include "MemoryLeak.h"
#include "FileDefine.h"
-#ifndef _WIN32
- #include <stdarg.h>
-#endif
-