Cleanup include guards

This commit is contained in:
Bob Polis 2025-01-03 11:13:40 +01:00
parent aaba558d00
commit 6af5a27f55

View File

@ -1,8 +1,8 @@
#ifndef libscterm_VERSION_H_ #ifndef _LIBSCTERM_VERSION_H_
#define libscterm_VERSION_H_ #define _LIBSCTERM_VERSION_H_
#include <string> #include <string>
std::string libscterm_version(); std::string libscterm_version();
#endif // libscterm_VERSION_H_ #endif // _LIBSCTERM_VERSION_H_