X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fsrc%2Fcommands.c;fp=textclient%2Fsrc%2Fcommands.c;h=4fe088316685f4eaeb22d26bda1542a82ab13253;hb=e5b0ab22468d49791f864e1648ded8d0173a6b2e;hp=426849a95f3091f61eaaa7c2994163b2819d3287;hpb=5a202656af01ddc9db0640e4cc7a84f5974bc2d4;p=citadel.git diff --git a/textclient/src/commands.c b/textclient/src/commands.c index 426849a95..4fe088316 100644 --- a/textclient/src/commands.c +++ b/textclient/src/commands.c @@ -51,7 +51,7 @@ #include #include #include -#include "citadel.h" +///#include "citadel.h" #include "citadel_ipc.h" #include "commands.h" #include "messages.h" @@ -60,11 +60,11 @@ #include "routines2.h" #include "rooms.h" #include "client_chat.h" -#include "citadel_dirs.h" +////#include "citadel_dirs.h" #include "tuiconfig.h" -#ifndef HAVE_SNPRINTF -#include "snprintf.h" -#endif +//#ifndef HAVE_SNPRINTF +//#include "snprintf.h" +///#endif #include "screen.h" #include "ecrash.h"