diff OrthancServer/Internals/StoreScp.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents 732b6a4ed541
children 3309878b3e16
line wrap: on
line diff
--- a/OrthancServer/Internals/StoreScp.cpp	Tue Aug 04 09:35:09 2015 +0200
+++ b/OrthancServer/Internals/StoreScp.cpp	Tue Aug 04 10:01:31 2015 +0200
@@ -86,13 +86,13 @@
 #include "../ServerToolbox.h"
 #include "../ToDcmtkBridge.h"
 #include "../../Core/OrthancException.h"
+#include "../../Core/Logging.h"
 
 #include <dcmtk/dcmdata/dcfilefo.h>
 #include <dcmtk/dcmdata/dcmetinf.h>
 #include <dcmtk/dcmdata/dcostrmb.h>
 #include <dcmtk/dcmdata/dcdeftag.h>
 #include <dcmtk/dcmnet/diutil.h>
-#include <glog/logging.h>
 
 
 namespace Orthanc