diff options
author | Bruce Momjian | 1999-07-17 20:18:55 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-07-17 20:18:55 +0000 |
commit | 3406901a2928627477374769416a32b01a08b131 (patch) | |
tree | e045a16716bbeb4b90ed143260887e23f96939f5 /src/backend/libpq/pqformat.c | |
parent | c62b8a68bf60a451f57fd026bacc91648de7433a (diff) |
Move some system includes into c.h, and remove duplicates.
Diffstat (limited to 'src/backend/libpq/pqformat.c')
-rw-r--r-- | src/backend/libpq/pqformat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/pqformat.c b/src/backend/libpq/pqformat.c index 7bb502b984e..e5da571886d 100644 --- a/src/backend/libpq/pqformat.c +++ b/src/backend/libpq/pqformat.c @@ -15,7 +15,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pqformat.c,v 1.6 1999/07/16 04:59:04 momjian Exp $ + * $Id: pqformat.c,v 1.7 1999/07/17 20:17:03 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -51,8 +51,8 @@ #ifdef MULTIBYTE #include "mb/pg_wchar.h" #endif -#include <string.h> #ifdef HAVE_ENDIAN_H +#include "endian.h" #endif #ifndef BYTE_ORDER |