neslib / Chet

C Header Translator for Delphi
BSD 2-Clause "Simplified" License
207 stars 44 forks source link

Pulling in extra includes #17

Closed jarroddavis68 closed 1 year ago

jarroddavis68 commented 1 year ago

How do you handle this scenario where you have maybe SDL_image (single header) which depends on SDL (multiple headers). When ran, it will pull in every single reference in SDL when only 2 or 3 items are referenced in SDL_image.