#include <string.h>
 #include <stdlib.h>
 
+#include <cadef.h>
+
 #include "param.h"
 
 static chid Param_openChannel(const Param *, const char *, int *);
 
  * 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
 
 
 #include <stdio.h>
 #include <string.h>
 
+#include <libpq-fe.h>
+
 #include "param.h"
 
 static void Param_strerror(const Param *, const char *);
 
  * 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