diff Framework/Oracle/WebAssemblyOracle.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 257f2c9a02ac
children 323bf6040f5d
line wrap: on
line diff
--- a/Framework/Oracle/WebAssemblyOracle.cpp	Sat Jun 06 11:04:04 2020 +0200
+++ b/Framework/Oracle/WebAssemblyOracle.cpp	Thu Jun 11 20:54:01 2020 +0200
@@ -29,8 +29,8 @@
 static unsigned int BUCKET_SOP = 1;
 #endif
 
-#include <Core/OrthancException.h>
-#include <Core/Toolbox.h>
+#include <OrthancException.h>
+#include <Toolbox.h>
 
 #include <emscripten.h>
 #include <emscripten/html5.h>