X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fclientincludes.h;h=3e2c13afb8ac54452a1350539b16c9dd8f988753;hb=a6e97b0f3266dbacf81dd58a3a3ed909a0a91271;hp=479c000732249771b22daefaca7770e2cc3e44f5;hpb=62f89b2886bbe9df82d9b2fdabfe707509d9e0fc;p=silc.git diff --git a/includes/clientincludes.h b/includes/clientincludes.h index 479c0007..3e2c13af 100644 --- a/includes/clientincludes.h +++ b/includes/clientincludes.h @@ -21,23 +21,29 @@ #ifndef CLIENTINCLUDES_H #define CLIENTINCLUDES_H +#include "silcdefs.h" + +#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) +#include +#else #include -#include +#endif #include -#include + +#ifdef HAVE_PATHS_H +#include +#endif /* Generic includes */ #include "silcincludes.h" +#include "clientlibincludes.h" /* SILC Client includes */ -#include "idlist.h" #include "screen.h" #include "clientconfig.h" -#include "client.h" +#include "local_command.h" #include "clientutil.h" -#include "protocol.h" -#include "command.h" -#include "command_reply.h" #include "silc.h" +#include "client_ops.h" #endif