1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Move some system includes into c.h, and remove duplicates.

This commit is contained in:
Bruce Momjian
1999-07-17 20:18:55 +00:00
parent c62b8a68bf
commit 3406901a29
262 changed files with 265 additions and 883 deletions

View File

@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_misc.h,v 1.12 1999/07/15 15:21:20 momjian Exp $
* $Id: geqo_misc.h,v 1.13 1999/07/17 20:18:30 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,8 +21,6 @@
#ifndef GEQO_MISC_H
#define GEQO_MISC_H
#include <stdio.h>
#include "optimizer/geqo_recombination.h"
#include "nodes/relation.h"