Fix potential include guard collisions
This commit is contained in:
parent
8e96a119d0
commit
95ea63bbef
@ -1,8 +1,8 @@
|
||||
#ifndef VERSION_H_
|
||||
#define VERSION_H_
|
||||
#ifndef libsccolor_VERSION_H_
|
||||
#define libsccolor_VERSION_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string libsccolor_version();
|
||||
|
||||
#endif // VERSION_H_
|
||||
#endif // libsccolor_VERSION_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user