summaryrefslogtreecommitdiffstats
path: root/src/dom/io/domstream.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-04-12 14:20:41 +0000
committerishmal <ishmal@users.sourceforge.net>2006-04-12 14:20:41 +0000
commit1f2698f996ae11eb6f636328a1ee055fed346383 (patch)
treee25e0aa8fb11dc4dad44ade3c191dec970e37d2c /src/dom/io/domstream.cpp
parentfix include paths (diff)
downloadinkscape-1f2698f996ae11eb6f636328a1ee055fed346383.tar.gz
inkscape-1f2698f996ae11eb6f636328a1ee055fed346383.zip
fix include path
(bzr r488)
Diffstat (limited to 'src/dom/io/domstream.cpp')
-rw-r--r--src/dom/io/domstream.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/dom/io/domstream.cpp b/src/dom/io/domstream.cpp
index 63257062f..298a6df34 100644
--- a/src/dom/io/domstream.cpp
+++ b/src/dom/io/domstream.cpp
@@ -10,7 +10,7 @@
* Authors:
* Bob Jamison
*
- * Copyright (C) 2005 Bob Jamison
+ * Copyright (C) 2006 Bob Jamison
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -32,18 +32,12 @@
* inherited from iostreams, and includes any extra
* functionality that we might need.
*
- * Authors:
- * Bob Jamison <rjamison@titan.com>
- *
- * Copyright (C) 2004 Inkscape.org
- *
- * Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <stdarg.h>
#include "domstream.h"
-#include "charclass.h"
+#include "dom/charclass.h"
namespace org
{