diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xline.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/xline.h b/include/xline.h new file mode 100644 index 000000000..720364dd6 --- /dev/null +++ b/include/xline.h @@ -0,0 +1,17 @@ +#ifndef __XLINE_H +#define __XLINE_H + +// include the common header files + +#include <typeinfo> +#include <iostream> +#include <string> +#include <deque> +#include <sstream> +#include <vector> +#include "users.h" +#include "channels.h" + + + +#endif |