Commit 58d926f
authored
refactor: enhance forward declarations in type_fwd.h (#187)
Enhanced the forward declaration system in `type_fwd.h` to reduce
compilation dependencies and improve build times.
## Changes Made
- Added missing forward declarations for commonly used classes
- Reorganized declarations into logical groups with descriptive comments
- Removed outdated TODO comment regarding (These classes were already
properly declared):
- `StructLike`
- `MetadataUpdate`
- `UpdateRequirement`
- `AppendFiles`1 parent 923a976 commit 58d926f
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
| 120 | + | |
119 | 121 | | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | | - | |
129 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
130 | 135 | | |
131 | | - | |
132 | | - | |
133 | | - | |
| 136 | + | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | | - | |
137 | 140 | | |
138 | 141 | | |
139 | | - | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
0 commit comments