modio / modio-sdk-legacy

SDK for integrating mod.io into your game - a modding API for game developers
https://sdk.mod.io
MIT License
81 stars 27 forks source link

C++ headers have unnecessary includes #101

Open SupSuper opened 5 years ago

SupSuper commented 5 years ago

Currently all the #includes for the source code are in the header files, which avoids repetition, but pollutes any users of the SDK with unnecessary dependencies and system headers, since there's no way to access the library API without the headers. Clean headers make it easier to integrate with third-party code and avoid unnecessary conflicts.

Tools like https://include-what-you-use.org/ can help automate this process.

anishsingh935 commented 3 years ago

Hi can fix this issue .please assign me

MarkusRannare commented 3 years ago

Hi,

Feel free do the changes =) Just to let you know, we won't maintain this repository for much longer as we have a version 2 of the SDK that's just about to go out of the door