Cleanup include guards
This commit is contained in:
@ -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_
|
||||
|
Reference in New Issue
Block a user