In a fork of the CMakeLists.txt file used to build the library, I removed all the .h files with no ill effect.
I believe the compiler only needs to know about the .c files to compile, not the headers. This cuts the file size in half and should make it simpler to maintain.
In a fork of the CMakeLists.txt file used to build the library, I removed all the .h files with no ill effect.
I believe the compiler only needs to know about the .c files to compile, not the headers. This cuts the file size in half and should make it simpler to maintain.