diff options
Diffstat (limited to 'otk/util.hh')
| -rw-r--r-- | otk/util.hh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/otk/util.hh b/otk/util.hh index 2325ebf0..91c247a6 100644 --- a/otk/util.hh +++ b/otk/util.hh @@ -1,6 +1,6 @@ // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- -#ifndef _BLACKBOX_UTIL_HH -#define _BLACKBOX_UTIL_HH +#ifndef __util_hh +#define __util_hh extern "C" { #include <X11/Xlib.h> @@ -18,7 +18,6 @@ extern "C" { #endif // TIME_WITH_SYS_TIME } - #include <string> #include <vector> @@ -46,4 +45,4 @@ std::string basename(const std::string& path); } -#endif +#endif // __util_hh |
