mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +03:00
Remove unnecessary #include references, per pgrminclude script.
This commit is contained in:
3
src/backend/utils/cache/attoptcache.c
vendored
3
src/backend/utils/cache/attoptcache.c
vendored
@@ -17,12 +17,9 @@
|
||||
#include "postgres.h"
|
||||
|
||||
#include "access/reloptions.h"
|
||||
#include "catalog/pg_attribute.h"
|
||||
#include "utils/attoptcache.h"
|
||||
#include "utils/catcache.h"
|
||||
#include "utils/hsearch.h"
|
||||
#include "utils/inval.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/syscache.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user