X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fclientincludes.h;h=3e2c13afb8ac54452a1350539b16c9dd8f988753;hb=a6e97b0f3266dbacf81dd58a3a3ed909a0a91271;hp=c4137a23ddf6d19736aa3a95499bc8097af2cbb0;hpb=2613b8f0da491c6f87e48c5a85e35d644117c95d;p=silc.git diff --git a/includes/clientincludes.h b/includes/clientincludes.h index c4137a23..3e2c13af 100644 --- a/includes/clientincludes.h +++ b/includes/clientincludes.h @@ -21,9 +21,14 @@ #ifndef CLIENTINCLUDES_H #define CLIENTINCLUDES_H +#include "silcdefs.h" + +#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) +#include +#else #include +#endif #include -#include #ifdef HAVE_PATHS_H #include @@ -31,16 +36,14 @@ /* 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