From c8b2ef7b899766d04562f7e04a84251cea8fa701 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:44 +0200 Subject: tagging ychat-0.8.0 --- src/incl.h | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'src/incl.h') diff --git a/src/incl.h b/src/incl.h index 539a1f1..31e220c 100755 --- a/src/incl.h +++ b/src/incl.h @@ -1,16 +1,13 @@ -// contains header files which are included by all classes. - -// include some std headers. -#include - -// since thread synchronization is a big issue this header needs -// to be included by every other file too. #include - -// std::string. +#include #include +#include -// include all the custom global variables. #include "glob.h" -// include all the custom messages. + +#ifdef NCURSES +#include +#endif + #include "msgs.h" +#include "wrap.h" -- cgit v1.2.3