diff Plugin/ViewerToolbox.cpp @ 26:a6492d20b2a8

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 11:40:05 +0200
parents 02f7a0400a91
children d7bd116777eb
line wrap: on
line diff
--- a/Plugin/ViewerToolbox.cpp	Tue Jun 02 11:16:30 2015 +0200
+++ b/Plugin/ViewerToolbox.cpp	Tue Jun 02 11:40:05 2015 +0200
@@ -20,8 +20,8 @@
 
 #include "ViewerToolbox.h"
 
-#include "../Orthanc/OrthancException.h"
-#include "../Orthanc/Toolbox.h"
+#include "../Orthanc/Core/OrthancException.h"
+#include "../Orthanc/Core/Toolbox.h"
 
 #include <json/reader.h>
 #include <zlib.h>