summaryrefslogtreecommitdiffstats
path: root/src/xml/xml-forward.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-04 05:43:09 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-04 05:43:09 +0000
commit23ea206a1348414f67fee482f63a69b1d90b0df6 (patch)
tree59963d707033bbb5e58e70e9a75415c26aff3ad0 /src/xml/xml-forward.h
parentFixed mismatched quotes that confused Doxygen. (diff)
downloadinkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.tar.gz
inkscape-23ea206a1348414f67fee482f63a69b1d90b0df6.zip
Purging some forward.h files.
(bzr r10664)
Diffstat (limited to 'src/xml/xml-forward.h')
-rw-r--r--src/xml/xml-forward.h58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/xml/xml-forward.h b/src/xml/xml-forward.h
deleted file mode 100644
index bc7b8a405..000000000
--- a/src/xml/xml-forward.h
+++ /dev/null
@@ -1,58 +0,0 @@
-#ifndef __SEEN_XML_FORWARD_H__
-#define __SEEN_XML_FORWARD_H__
-
-/** @file
- * @brief Forward declarations for the XML namespace.
- */
-/* Authors:
- * Krzysztof KosiƄski <tweenk.pl@gmail.com>
- *
- * Copyright (C) 2008 Authors
- *
- * Released under GNU GPL. Read the file 'COPYING' for more information.
- */
-
-namespace Inkscape {
-namespace XML {
-
-/* Copied from the relevant Doxygen page */
-
-struct AttributeRecord;
-struct CommentNode;
-class CompositeNodeObserver;
-struct Document;
-class ElementNode;
-class Event;
-class EventAdd;
-class EventDel;
-class EventChgAttr;
-class EventChgContent;
-class EventChgOrder;
-class InvalidOperationException;
-class LogBuilder;
-struct NodeEventVector;
-struct NodeSiblingIteratorStrategy;
-struct NodeParentIteratorStrategy;
-class NodeObserver;
-class Node;
-struct PINode;
-class SimpleDocument;
-class SimpleNode;
-class Subtree;
-struct TextNode;
-
-} // namespace XML
-} // namespace Inkscape
-
-#endif // __SEEN_XML_FORWARD_H__
-
-/*
- Local Variables:
- mode:c++
- c-file-style:"stroustrup"
- c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
- indent-tabs-mode:nil
- fill-column:99
- End:
-*/
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :