diff OrthancServer/OrthancMoveRequestHandler.h @ 2382:7284093111b0

big reorganization to cleanly separate framework vs. server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Aug 2017 21:17:35 +0200
parents a3a65de1840f
children 878b59270859
line wrap: on
line diff
--- a/OrthancServer/OrthancMoveRequestHandler.h	Tue Aug 29 19:59:01 2017 +0200
+++ b/OrthancServer/OrthancMoveRequestHandler.h	Tue Aug 29 21:17:35 2017 +0200
@@ -32,7 +32,7 @@
 
 #pragma once
 
-#include "DicomProtocol/IMoveRequestHandler.h"
+#include "../Core/DicomNetworking/IMoveRequestHandler.h"
 #include "ServerContext.h"
 
 namespace Orthanc