From 9ae5e4997a2595b635e0a67037e8edfd0c7e88cc Mon Sep 17 00:00:00 2001 From: hades Date: Sat, 26 Aug 2000 08:50:09 +0000 Subject: [PATCH] *** empty log message *** --- allParam/ca/caParam.c | 2 ++ allParam/ca/caParam.h | 2 -- allParam/psql/psqlParam.c | 2 ++ allParam/psql/psqlParam.h | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/allParam/ca/caParam.c b/allParam/ca/caParam.c index 685f808..16b48f3 100644 --- a/allParam/ca/caParam.c +++ b/allParam/ca/caParam.c @@ -4,6 +4,8 @@ #include #include +#include + #include "param.h" static chid Param_openChannel(const Param *, const char *, int *); diff --git a/allParam/ca/caParam.h b/allParam/ca/caParam.h index 878f717..c35ed14 100644 --- a/allParam/ca/caParam.h +++ b/allParam/ca/caParam.h @@ -5,8 +5,6 @@ * Section containing struct Param (different in the different param.h's) * **************************************************************************/ -#include - #define PARAM_MAX_NVALS 1024 #define PARAM_MAX_NAME_LEN 128 diff --git a/allParam/psql/psqlParam.c b/allParam/psql/psqlParam.c index 75e71e6..3b93ebf 100644 --- a/allParam/psql/psqlParam.c +++ b/allParam/psql/psqlParam.c @@ -3,6 +3,8 @@ #include #include +#include + #include "param.h" static void Param_strerror(const Param *, const char *); diff --git a/allParam/psql/psqlParam.h b/allParam/psql/psqlParam.h index ef2cb6d..34dff3e 100644 --- a/allParam/psql/psqlParam.h +++ b/allParam/psql/psqlParam.h @@ -5,8 +5,6 @@ * Section containing struct Param (different in the different param.h's) * **************************************************************************/ -#include - #define PG_MAX_QUERY_LEN 1024 #define PG_MAX_CLAUSE_LEN 256 -- 2.43.0