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

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents 02f5a3f5c0a0
children d6a93e12b1c1
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Tue Aug 04 09:35:09 2015 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Tue Aug 04 10:01:31 2015 +0200
@@ -33,12 +33,11 @@
 #include "../PrecompiledHeadersServer.h"
 #include "OrthancRestApi.h"
 
+#include "../../Core/Logging.h"
+#include "../../Core/Uuid.h"
 #include "../FromDcmtkBridge.h"
-#include "../../Core/Uuid.h"
 #include "../ServerContext.h"
 
-#include <glog/logging.h>
-
 namespace Orthanc
 {
   // Modification of DICOM instances ------------------------------------------