aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar w00t2008-01-06 02:01:34 +0000
committerGravatar w00t2008-01-06 02:01:34 +0000
commitc244f3ecd52a850a7ced20be3ea29da79b7b62d2 (patch)
tree69b62df4687974ab4a82710d7d6d8db392b86cb9 /include
parentAdd overridden constructor with specified time in seconds for bancache entry ... (diff)
downloadinspircd++-c244f3ecd52a850a7ced20be3ea29da79b7b62d2.tar.gz
inspircd++-c244f3ecd52a850a7ced20be3ea29da79b7b62d2.tar.bz2
inspircd++-c244f3ecd52a850a7ced20be3ea29da79b7b62d2.zip
Forward declaration isn't required here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8645 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/channels.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/channels.h b/include/channels.h
index c49ac35d3..b9983ed88 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -93,9 +93,6 @@ enum UserChannelModes {
UCMODE_HOP = 4 /* Halfopped user */
};
-/* Forward declaration -- required */
-class InspIRCd;
-
/** A stored prefix and its rank
*/
typedef std::pair<char, unsigned int> prefixtype;