summaryrefslogtreecommitdiffstats
path: root/src/dom/uri.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-03-08 19:53:53 +0000
committerishmal <ishmal@users.sourceforge.net>2008-03-08 19:53:53 +0000
commit9f9d847f16ff02053d87850d5170f59ef277c764 (patch)
tree76fd7e64677265c62dc11f155d688c6b0949c714 /src/dom/uri.cpp
parentfix 199791 (diff)
downloadinkscape-9f9d847f16ff02053d87850d5170f59ef277c764.tar.gz
inkscape-9f9d847f16ff02053d87850d5170f59ef277c764.zip
Change charclass.cpp/h to ucd.cpp/h
(bzr r4992)
Diffstat (limited to 'src/dom/uri.cpp')
-rw-r--r--src/dom/uri.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/uri.cpp b/src/dom/uri.cpp
index 8b810e611..db45a2abf 100644
--- a/src/dom/uri.cpp
+++ b/src/dom/uri.cpp
@@ -31,7 +31,7 @@
#include "uri.h"
-#include "charclass.h"
+#include "ucd.h"
#include <stdio.h>
#include <stdarg.h>