Remove redundant inclusion of config.h

This commit is contained in:
Damien Miller 1999-11-13 10:51:58 +11:00
Родитель 6854f820d6
Коммит 4956d2cf64
6 изменённых файлов: 6 добавлений и 12 удалений

Просмотреть файл

@ -15,9 +15,8 @@ validity of the host key.
*/
#include "config.h"
#include "includes.h"
RCSID("$Id: auth-rsa.c,v 1.5 1999/11/12 04:19:27 damien Exp $");
RCSID("$Id: auth-rsa.c,v 1.6 1999/11/12 23:51:58 damien Exp $");
#include "rsa.h"
#include "packet.h"

Просмотреть файл

@ -13,9 +13,8 @@ Functions for connecting the local authentication agent.
*/
#include "config.h"
#include "includes.h"
RCSID("$Id: authfd.c,v 1.2 1999/10/28 03:25:17 damien Exp $");
RCSID("$Id: authfd.c,v 1.3 1999/11/12 23:51:58 damien Exp $");
#include "ssh.h"
#include "rsa.h"

Просмотреть файл

@ -14,9 +14,8 @@ Buffers.
*/
#include "config.h"
#include "includes.h"
RCSID("$Id: bufaux.c,v 1.3 1999/11/08 05:15:55 damien Exp $");
RCSID("$Id: bufaux.c,v 1.4 1999/11/12 23:51:58 damien Exp $");
#include "ssh.h"

Просмотреть файл

@ -11,9 +11,8 @@ Created: Wed Apr 19 17:41:39 1995 ylo
*/
#include "config.h"
#include "includes.h"
RCSID("$Id: cipher.c,v 1.4 1999/11/08 05:15:55 damien Exp $");
RCSID("$Id: cipher.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
#include "ssh.h"
#include "cipher.h"

Просмотреть файл

@ -14,9 +14,8 @@ precision integers.
*/
#include "config.h"
#include "includes.h"
RCSID("$Id: mpaux.c,v 1.4 1999/11/12 04:19:27 damien Exp $");
RCSID("$Id: mpaux.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
#ifdef HAVE_OPENSSL
#include <openssl/bn.h>

Просмотреть файл

@ -14,9 +14,8 @@ login (authentication) dialog.
*/
#include "config.h"
#include "includes.h"
RCSID("$Id: sshconnect.c,v 1.6 1999/11/12 04:19:27 damien Exp $");
RCSID("$Id: sshconnect.c,v 1.7 1999/11/12 23:51:58 damien Exp $");
#ifdef HAVE_OPENSSL
#include <openssl/bn.h>