diff Plugins/Engine/SharedLibrary.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents afaa55d42ddd
children 0a2ad4a6858f
line wrap: on
line diff
--- a/Plugins/Engine/SharedLibrary.cpp	Tue Aug 04 09:35:09 2015 +0200
+++ b/Plugins/Engine/SharedLibrary.cpp	Tue Aug 04 10:01:31 2015 +0200
@@ -32,6 +32,7 @@
 
 #include "SharedLibrary.h"
 
+#include "../../Core/Logging.h"
 #include "../../Core/Toolbox.h"
 
 #if defined(_WIN32)
@@ -42,8 +43,6 @@
 #error Support your platform here
 #endif
 
-#include <glog/logging.h>
-
 namespace Orthanc
 {
   SharedLibrary::SharedLibrary(const std::string& path) :