Squadrick / shadesmar

Fast C++ IPC using shared memory
MIT License
550 stars 84 forks source link

Optimize includes in single header file #54

Closed Squadrick closed 2 years ago

Squadrick commented 2 years ago

Currently, the different headers included across the source files are copied as-is when generating the single header file. This leads to duplicates.

Squadrick commented 2 years ago

simul now topo sorts the includes, so it prevents any duplicates.