diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-11-16 19:03:23 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-11-16 19:03:23 +0000 |
| commit | 3152adbff7dff57cf9b624c2869407c9ffccda87 (patch) | |
| tree | 5d438540f12c9c8efca58f520d5e42edcae1894d /src | |
| parent | change include to not interfere with other instances of uri.h (diff) | |
| download | inkscape-3152adbff7dff57cf9b624c2869407c9ffccda87.tar.gz inkscape-3152adbff7dff57cf9b624c2869407c9ffccda87.zip | |
Slight include tweak
(bzr r1962)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/io/uristream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/io/uristream.h b/src/dom/io/uristream.h index 925e2e4bc..43369bfcd 100644 --- a/src/dom/io/uristream.h +++ b/src/dom/io/uristream.h @@ -37,7 +37,7 @@ */ -#include "dom/uri.h" +#include "../uri.h" #include "domstream.h" #include "httpclient.h" |
