Amaroq7/SPMod

Split include/public

sxbrsky opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Each module/adapter adds headers to include/public so in the course of time there will be too many headers there. One idea is to separate include/public into each module/adapter.

Additional context
├── public
│ ├── core
│ ├── module 1
│ ├── module 2
│ └── adapter 1