1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove unnecessary #include references, per pgrminclude script.

This commit is contained in:
Bruce Momjian
2011-09-01 10:03:22 -04:00
parent 63d06ef591
commit 6416a82a62
308 changed files with 22 additions and 647 deletions

View File

@ -34,7 +34,6 @@
#include "postgres.h"
#include "px.h"
#include "px-crypt.h"
#ifdef __i386__

View File

@ -62,7 +62,6 @@
#include "postgres.h"
#include "px.h"
#include "px-crypt.h"
/* for ntohl/htonl */

View File

@ -14,7 +14,6 @@
#include "postgres.h"
#include "px.h"
#include "px-crypt.h"
typedef unsigned int BF_word;

View File

@ -36,7 +36,6 @@
#include "px.h"
#include "md5.h"
#include "sha1.h"
#include "sha2.h"
#include "blf.h"
#include "rijndael.h"
#include "fortuna.h"

View File

@ -35,7 +35,6 @@
#include <sys/param.h>
#include "px.h"
#include "md5.h"
#define SHIFT(X, s) (((X) << (s)) | ((X) >> (32 - (s))))

View File

@ -33,7 +33,6 @@
#include <ctype.h>
#include "fmgr.h"
#include "parser/scansup.h"
#include "utils/builtins.h"

View File

@ -31,8 +31,6 @@
#include "postgres.h"
#include "fmgr.h"
#include "parser/scansup.h"
#include "mb/pg_wchar.h"
#include "utils/builtins.h"

View File

@ -40,7 +40,6 @@
#include <sys/param.h>
#include "px.h"
#include "sha1.h"
/* constant table */