From: ishmal Date: Wed, 12 Apr 2006 14:20:41 +0000 (+0000) Subject: fix include path X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0acb0be86554c1d4d74110fa3af81b154ab884f3;p=inkscape.git fix include path --- 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 - * - * Copyright (C) 2004 Inkscape.org - * - * Released under GNU GPL, read the file 'COPYING' for more information */ #include #include "domstream.h" -#include "charclass.h" +#include "dom/charclass.h" namespace org {