Code

fix include path
authorishmal <ishmal@users.sourceforge.net>
Wed, 12 Apr 2006 14:20:41 +0000 (14:20 +0000)
committerishmal <ishmal@users.sourceforge.net>
Wed, 12 Apr 2006 14:20:41 +0000 (14:20 +0000)
src/dom/io/domstream.cpp

index 63257062f381a2f110ee54002138b470fd22540e..298a6df3428ffda455d52c0992640ee965f541ce 100644 (file)
@@ -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
  * 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
 {