diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/io/domstream.cpp | 10 |
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 { |
