]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/base.h
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
[user/henk/code/inspircd.git] / include / base.h
index 88a4dbf12069831f8b9e050311d335267516b9f6..f86dc94bcdd37f3be1f09eb55c007f8b1b266b48 100644 (file)
@@ -26,8 +26,8 @@
 typedef void* VoidPointer;
 typedef std::map<std::string,char*> ExtensibleStore;
 
-extern time_t TIME;
+class InspIRCd;
+
 /** The base class for all inspircd classes
 */ 
 class classbase