X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fclientincludes.h;h=3e2c13afb8ac54452a1350539b16c9dd8f988753;hb=a6e97b0f3266dbacf81dd58a3a3ed909a0a91271;hp=fa19a912b45da0d417e1abc04fb59638cd9b6893;hpb=6c66394f11a976de73e906348d1010ee6461d185;p=silc.git diff --git a/includes/clientincludes.h b/includes/clientincludes.h index fa19a912..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 "screen.h" #include "clientconfig.h" -#include "client.h" -#include "command.h" -#include "command_reply.h" -#include "idlist.h" +#include "local_command.h" #include "clientutil.h" -#include "protocol.h" #include "silc.h" +#include "client_ops.h" #endif