diff Core/RestApi/RestApiOutput.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents b22ba8c5edbe
children 7962563129c9
line wrap: on
line diff
--- a/Core/RestApi/RestApiOutput.cpp	Tue Aug 04 09:35:09 2015 +0200
+++ b/Core/RestApi/RestApiOutput.cpp	Tue Aug 04 10:01:31 2015 +0200
@@ -33,10 +33,11 @@
 #include "../PrecompiledHeaders.h"
 #include "RestApiOutput.h"
 
+#include "../Logging.h"
+#include "../OrthancException.h"
+
 #include <boost/lexical_cast.hpp>
-#include <glog/logging.h>
 
-#include "../OrthancException.h"
 
 namespace Orthanc
 {