command.cpp #include cleanup

command.h forward declaration
This commit is contained in:
akkadius
2014-11-29 03:54:25 -06:00
parent 82e96d7014
commit 8da864bada
2 changed files with 14 additions and 16 deletions
+3
View File
@@ -20,6 +20,9 @@
#ifndef COMMAND_H
#define COMMAND_H
class Client;
class Seperator;
#include "../common/seperator.h"
#include "../common/eq_stream.h"
#include "client.h"