Cleanup include guards
This commit is contained in:
parent
aaba558d00
commit
6af5a27f55
@ -1,8 +1,8 @@
|
||||
#ifndef libscterm_VERSION_H_
|
||||
#define libscterm_VERSION_H_
|
||||
#ifndef _LIBSCTERM_VERSION_H_
|
||||
#define _LIBSCTERM_VERSION_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string libscterm_version();
|
||||
|
||||
#endif // libscterm_VERSION_H_
|
||||
#endif // _LIBSCTERM_VERSION_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user