From dfea16fdb54b44f853cfa75d5e7e0cc810a13815 Mon Sep 17 00:00:00 2001 From: ishmal Date: Wed, 12 Apr 2006 13:57:33 +0000 Subject: [PATCH] Modify includes to not conflict with inkscape --- src/dom/io/httpclient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dom/io/httpclient.h b/src/dom/io/httpclient.h index 9f4d238f9..4c4bbcfe6 100644 --- a/src/dom/io/httpclient.h +++ b/src/dom/io/httpclient.h @@ -31,9 +31,9 @@ -#include "dom.h" -#include "uri.h" -#include "socket.h" +#include "dom/dom.h" +#include "dom/uri.h" +#include "dom/io/socket.h" namespace org { -- 2.30.2