Remove -I../.. and -I../../include from Makefile
Marc G. Fournier <scrappy@hub.org>
Remove -I../.. and -I../../include from Makefile Add some missing include files
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/hash/hash.c | modified | +10 −3 |
| src/backend/access/hash/hashinsert.c | modified | +6 −3 |
| src/backend/access/hash/hashovfl.c | modified | +7 −5 |
| src/backend/access/hash/hashpage.c | modified | +7 −6 |
| src/backend/access/hash/hashscan.c | modified | +5 −3 |
| src/backend/access/hash/hashsearch.c | modified | +6 −4 |
| src/backend/access/hash/hashstrat.c | modified | +5 −3 |
| src/backend/access/hash/hashutil.c | modified | +5 −3 |
| src/backend/access/hash/Makefile | modified | +2 −4 |