- Notifications
You must be signed in to change notification settings - Fork28
Commit3422fec
committed
Clean up some misplaced #includes.
Random .h files have no business including postgres-fe.h (or postgres.h).If that wasn't the first #include done by the calling .c file, it's the.c file that's broken. Noted while prepping Kyotaro Horiguchi's psqllexer refactoring patch.1 parent61d2ebd commit3422fec
3 files changed
+3
-6
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 |
| - | |
14 | 12 |
| |
| 13 | + | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
| |||
84 | 83 |
| |
85 | 84 |
| |
86 | 85 |
| |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 11 | + | |
14 | 12 |
| |
15 | 13 |
|
0 commit comments
Comments
(0)