summaryrefslogtreecommitdiffstats
path: root/src/dom/xpathparser.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/xpathparser.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/xpathparser.cpp')
-rw-r--r--src/dom/xpathparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/xpathparser.cpp b/src/dom/xpathparser.cpp
index f2e000e6d..bbe0fcc40 100644
--- a/src/dom/xpathparser.cpp
+++ b/src/dom/xpathparser.cpp
@@ -28,7 +28,7 @@
*/
-#include "charclass.h"
+#include "ucd.h"
#include "xpathparser.h"