diff Applications/BasicApplicationContext.h @ 145:6941b98cf0fd wasm

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Jan 2018 16:44:52 +0100
parents e2fe9352f240
children fccffbf99ba1
line wrap: on
line diff
--- a/Applications/BasicApplicationContext.h	Mon Jan 22 15:55:03 2018 +0100
+++ b/Applications/BasicApplicationContext.h	Mon Jan 22 16:44:52 2018 +0100
@@ -21,11 +21,11 @@
 
 #pragma once
 
-#include "../../Framework/Viewport/WidgetViewport.h"
-#include "../../Framework/Volumes/ISlicedVolume.h"
-#include "../../Framework/Volumes/IVolumeLoader.h"
-#include "../../Framework/Widgets/IWorldSceneInteractor.h"
-#include "../../Platforms/Generic/OracleWebService.h"
+#include "../Framework/Viewport/WidgetViewport.h"
+#include "../Framework/Volumes/ISlicedVolume.h"
+#include "../Framework/Volumes/IVolumeLoader.h"
+#include "../Framework/Widgets/IWorldSceneInteractor.h"
+#include "../Platforms/Generic/OracleWebService.h"
 
 #include <list>
 #include <boost/thread.hpp>