]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Sat, 26 Aug 2000 08:50:09 +0000 (08:50 +0000)
committerhades <hades>
Sat, 26 Aug 2000 08:50:09 +0000 (08:50 +0000)
allParam/ca/caParam.c
allParam/ca/caParam.h
allParam/psql/psqlParam.c
allParam/psql/psqlParam.h

index 685f80834aeb38f430b617552f4746bcec09d862..16b48f3893298ec00e47df492f14bedae5c240e0 100644 (file)
@@ -4,6 +4,8 @@
 #include <string.h>
 #include <stdlib.h>
 
+#include <cadef.h>
+
 #include "param.h"
 
 static chid Param_openChannel(const Param *, const char *, int *);
index 878f717fe9103c987e413f500fa32406d99f843b..c35ed149808b10841760b438f572b530d9fa2876 100644 (file)
@@ -5,8 +5,6 @@
  * Section containing struct Param (different in the different param.h's) *
  **************************************************************************/
 
-#include <cadef.h>
-
 #define PARAM_MAX_NVALS 1024
 #define PARAM_MAX_NAME_LEN 128
 
index 75e71e60ae7755264b37a0a6ec488eaf63bb634b..3b93ebf3d4c6a8d7b26143926bf221c74f93c21c 100644 (file)
@@ -3,6 +3,8 @@
 #include <stdio.h>
 #include <string.h>
 
+#include <libpq-fe.h>
+
 #include "param.h"
 
 static void Param_strerror(const Param *, const char *);
index ef2cb6d13828dc832e0f889c172d3069fec03e1f..34dff3eff2e88eb3017633099c7d9676e226cc33 100644 (file)
@@ -5,8 +5,6 @@
  * Section containing struct Param (different in the different param.h's) *
  **************************************************************************/
 
-#include <libpq-fe.h>
-
 #define PG_MAX_QUERY_LEN 1024
 #define PG_MAX_CLAUSE_LEN 256