diff OrthancServer/OrthancRestApi/OrthancRestApi.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents 8dc80ba768aa
children 1b7def486e62
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestApi.cpp	Tue Aug 04 09:35:09 2015 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestApi.cpp	Tue Aug 04 10:01:31 2015 +0200
@@ -33,11 +33,10 @@
 #include "../PrecompiledHeadersServer.h"
 #include "OrthancRestApi.h"
 
+#include "../../Core/Logging.h"
 #include "../DicomModification.h"
 #include "../ServerContext.h"
 
-#include <glog/logging.h>
-
 namespace Orthanc
 {
   void OrthancRestApi::AnswerStoredInstance(RestApiPostCall& call,