diff Plugin/ViewerToolbox.cpp @ 191:993dd140bd30

Resort to Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Apr 2018 21:29:30 +0200
parents 81f16c5667ba
children 3d3d00e3e715
line wrap: on
line diff
--- a/Plugin/ViewerToolbox.cpp	Wed Apr 11 16:23:44 2018 +0200
+++ b/Plugin/ViewerToolbox.cpp	Mon Apr 16 21:29:30 2018 +0200
@@ -21,11 +21,11 @@
 
 #include "ViewerToolbox.h"
 
-#include "../Orthanc/Core/OrthancException.h"
-#include "../Orthanc/Core/Toolbox.h"
+#include <Core/OrthancException.h>
+#include <Core/Toolbox.h>
 
 // Gain access to ORTHANC_PLUGINS_VERSION_IS_ABOVE if Orthanc SDK <= 1.3.0
-#include "../Orthanc/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h"
+#include <Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h>
 
 #include <json/reader.h>
 #include <stdexcept>