ossp-pkg/uuid/pgsql/uuid.c 1.2 -> 1.3
--- uuid.c 2006/01/13 06:44:34 1.2
+++ uuid.c 2006/02/07 08:19:15 1.3
@@ -27,6 +27,9 @@
** uuid.c: PostgreSQL Binding (C part)
*/
+/* own headers */
+#include "uuid.h"
+
/* PostgreSQL (part 1/2) headers */
#include "postgres.h"
@@ -37,9 +40,6 @@
#include "fmgr.h"
#include "lib/stringinfo.h"
-/* own headers */
-#include "uuid.h"
-
/* internal UUID datum data structure */
typedef struct {
char uuid_bin[UUID_LEN_BIN];
|
|