X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fsrc%2Fscreen.c;h=a8baa30468b755581d42fa0b3947c87bfc9bb863;hb=f8d2e0562f12cc7c483df1be34dd5a0c3bf39dc0;hp=6bcc4b5f8a05d2a5b573b010dc6f09b21919258d;hpb=5a202656af01ddc9db0640e4cc7a84f5974bc2d4;p=citadel.git diff --git a/textclient/src/screen.c b/textclient/src/screen.c index 6bcc4b5f8..a8baa3046 100644 --- a/textclient/src/screen.c +++ b/textclient/src/screen.c @@ -1,7 +1,7 @@ /* * Screen output handling * - * Copyright (c) 1987-2012 by the citadel.org team + * Copyright (c) 1987-2016 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -23,11 +23,7 @@ #include #include #include "sysdep.h" -#ifndef HAVE_SNPRINTF -#include "snprintf.h" -#endif #include -#include "citadel.h" #include "citadel_ipc.h" #include "citadel_decls.h" #include "commands.h"