1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Remove all traces of machine.h and redundant calls to c.h where

postgres.h already pulled in (postgres.h includes c.h)
This commit is contained in:
Marc G. Fournier
1996-08-27 22:15:17 +00:00
parent a88b72ea39
commit 3c0f8ed4ae
5 changed files with 4 additions and 11 deletions

View File

@ -9,7 +9,6 @@
*
*-------------------------------------------------------------------------
*/
#include "c.h"
#include "postgres.h"
#include "storage/bufmgr.h"