Commits


Vincent La authored and GitHub committed d886d84d083
Fix how #include guards are generated by single_include.py (#109) * Improved single_header.py Made single_header.py smarter by replacing #includes as they occurred rather than just concatenating headers blindly * Update single_header.py