summaryrefslogtreecommitdiff
path: root/include/command_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command_parse.h')
-rw-r--r--include/command_parse.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/command_parse.h b/include/command_parse.h
index c2fa78177..13b70997b 100644
--- a/include/command_parse.h
+++ b/include/command_parse.h
@@ -14,13 +14,6 @@
#ifndef __COMMAND_PARSE_H
#define __COMMAND_PARSE_H
-#include <string>
-#include "ctables.h"
-
-/** Required forward declaration
- */
-class InspIRCd;
-
/** A list of dll/so files containing the command handlers for the core
*/
typedef std::map<std::string, void*> SharedObjectList;