summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-02 02:47:07 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-02 02:47:07 +0000
commit97ac103289a3c751fc99967ac37c2555cbe00473 (patch)
treed2caa3cea0ef12cd52aa39d4a8ec6f620b246313 /src/backend/access/transam/clog.c
parent248c67d7ed505d98d3a94cd3954835255317ff16 (diff)
Remove sys/types.h in files that include postgres.h, and hence c.h,
because c.h has sys/types.h.
Diffstat (limited to 'src/backend/access/transam/clog.c')
-rw-r--r--src/backend/access/transam/clog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/access/transam/clog.c b/src/backend/access/transam/clog.c
index ffd9ef3fcbd..4b935492ea5 100644
--- a/src/backend/access/transam/clog.c
+++ b/src/backend/access/transam/clog.c
@@ -13,7 +13,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/backend/access/transam/clog.c,v 1.9 2002/06/20 20:29:25 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/clog.c,v 1.10 2002/09/02 02:47:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -23,7 +23,6 @@
#include <dirent.h>
#include <errno.h>
#include <sys/stat.h>
-#include <sys/types.h>
#include <unistd.h>
#include "access/clog.h"