diff Core/HttpClient.cpp @ 1404:8a330b258491

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 14:16:43 +0200
parents 6e7e5ed91c2d
children 0011cc99443c
line wrap: on
line diff
--- a/Core/HttpClient.cpp	Mon Jun 01 14:11:04 2015 +0200
+++ b/Core/HttpClient.cpp	Mon Jun 01 14:16:43 2015 +0200
@@ -33,8 +33,8 @@
 #include "PrecompiledHeaders.h"
 #include "HttpClient.h"
 
-#include "../Core/Toolbox.h"
-#include "../Core/OrthancException.h"
+#include "Toolbox.h"
+#include "OrthancException.h"
 
 #include <string.h>
 #include <curl/curl.h>