diff options
author | Bruce Momjian | 1999-07-15 15:21:54 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-07-15 15:21:54 +0000 |
commit | 4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb (patch) | |
tree | 35742cac274127492f314850d8baca1215a1e68e /src/include/postgres.h | |
parent | 0df761420d30e89fa606e34795e5f3da0713d6f6 (diff) |
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index 051d65cec01..63640e53db1 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -6,7 +6,7 @@ * * Copyright (c) 1995, Regents of the University of California * - * $Id: postgres.h,v 1.23 1999/06/10 22:59:22 momjian Exp $ + * $Id: postgres.h,v 1.24 1999/07/15 15:20:47 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -40,8 +40,9 @@ #include "config.h" #endif #include "c.h" -#include "utils/elog.h" #include "utils/palloc.h" +#include "utils/mcxt.h" +#include "utils/elog.h" /* ---------------------------------------------------------------- * Section 1: simple type definitions |