diff options
Diffstat (limited to 'plugins/CmdLine/MimCmd/commands.h')
-rw-r--r-- | plugins/CmdLine/MimCmd/commands.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CmdLine/MimCmd/commands.h b/plugins/CmdLine/MimCmd/commands.h index 04cc640f48..4c60b49565 100644 --- a/plugins/CmdLine/MimCmd/commands.h +++ b/plugins/CmdLine/MimCmd/commands.h @@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_MIMCMD_COMMANDS_H
#define M_MIMCMD_COMMANDS_H
-#include "common.h"
-
extern PCommand knownCommands;
extern int cKnownCommands;
|