diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-12 13:57:33 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-12 13:57:33 +0000 |
| commit | 899f7f6b2db61c5125f6c4b00a3c96209b3037e6 (patch) | |
| tree | a5cae4725406f89ba7d6d4359d7e2b954f14dcc2 /src | |
| parent | Replaced (diff) | |
| download | inkscape-899f7f6b2db61c5125f6c4b00a3c96209b3037e6.tar.gz inkscape-899f7f6b2db61c5125f6c4b00a3c96209b3037e6.zip | |
Modify includes to not conflict with inkscape
(bzr r482)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/io/httpclient.h | 6 |
1 files 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
{
|
