changeset 1404:8a330b258491

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 14:16:43 +0200
parents fafb99773476
children dae2e28951c6
files Core/HttpClient.cpp Core/HttpClient.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
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>
--- a/Core/HttpClient.h	Mon Jun 01 14:11:04 2015 +0200
+++ b/Core/HttpClient.h	Mon Jun 01 14:16:43 2015 +0200
@@ -32,7 +32,7 @@
 
 #pragma once
 
-#include "../Core/Enumerations.h"
+#include "Enumerations.h"
 
 #include <string>
 #include <boost/shared_ptr.hpp>