From 9d4bad02e6eb15ec5cf62681923543776d66e9f1 Mon Sep 17 00:00:00 2001 From: Jason Maskell Date: Tue, 31 May 2016 13:54:29 +0200 Subject: Renamed Logger.h to GFSDK_Logger.h since it's a shared header. Removed the narrow char methods. Removed the floating log functions. Changed the ILogger::log() method to use varargs and printf() formatting. --- src/Entrypoints.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Entrypoints.cpp') diff --git a/src/Entrypoints.cpp b/src/Entrypoints.cpp index 953decf..2dd0c15 100644 --- a/src/Entrypoints.cpp +++ b/src/Entrypoints.cpp @@ -48,7 +48,6 @@ #include "orbis\GNM_Util.h" #endif #include "InternalLogger.h" -#include "Logger.h" // Misc helper macros which can be used to bracket entrypoints to: // - catch any and all exceptions, to keep them out of the app -- cgit v1.2.3