diff Framework/Loaders/LoaderStateMachine.cpp @ 1339:556b4bc19118 broker

The loaders have been adapter to the nobroker architecture and have been put back in the regular source files
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 03 Apr 2020 16:47:46 +0200
parents b1396be5aa27
children f4a06ad1580b
line wrap: on
line diff
--- a/Framework/Loaders/LoaderStateMachine.cpp	Fri Apr 03 16:13:24 2020 +0200
+++ b/Framework/Loaders/LoaderStateMachine.cpp	Fri Apr 03 16:47:46 2020 +0200
@@ -21,7 +21,7 @@
 
 #include "LoaderStateMachine.h"
 
-#include "../../Loaders/ILoadersContext.h"
+#include "../Loaders/ILoadersContext.h"
 
 #include <Core/OrthancException.h>