summaryrefslogtreecommitdiffstats
path: root/src/helper/helper-forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/helper-forward.h')
-rw-r--r--src/helper/helper-forward.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/helper/helper-forward.h b/src/helper/helper-forward.h
deleted file mode 100644
index f9b7f985b..000000000
--- a/src/helper/helper-forward.h
+++ /dev/null
@@ -1,35 +0,0 @@
-#ifndef __HELPER_FORWARD_H__
-#define __HELPER_FORWARD_H__
-
-/*
- * Forward declarations
- *
- * Author:
- * Lauris Kaplinski <lauris@kaplinski.com>
- *
- * Copyright (C) 2002 Lauris Kaplinski
- *
- * Released under GNU GPL, read the file 'COPYING' for more information
- */
-
-
-struct SPAction;
-struct SPActionClass;
-struct SPActionEventVector;
-
-struct SPUnit;
-struct SPUnitSelector;
-struct SPUnitSelectorClass;
-
-#endif
-
-/*
- 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 :