- Notifications
You must be signed in to change notification settings - Fork5
Commit30b9a44
committed
Remove unnecessary include
Between6eeb95f and7b1c2a0, builtins.h containedadditional prototypes that have now been moved elsewhere, so we don'tneed to include nodes/parsenodes.h anymore.Fix some files that were relying on builtins.h implicitly pulling insome unrelated stuff they needed.Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>1 parent5d7c9c9 commit30b9a44
File tree
3 files changed
+2
-1
lines changed- src
- backend
- catalog
- utils/adt
- include/utils
3 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments
Comments
(0)