X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Futil.hh;h=91c247a684a7d8b6abbdf3aebce6947a6db6bebf;hb=cc86c196a2c2793403396bb1d2335b63e1413067;hp=2325ebf0b813ff0b38ae5a0bceb48caac82bd5c9;hpb=e8f5cf2940667a60698d28fe0cae208792357676;p=chaz%2Fopenbox 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 @@ -18,7 +18,6 @@ extern "C" { #endif // TIME_WITH_SYS_TIME } - #include #include @@ -46,4 +45,4 @@ std::string basename(const std::string& path); } -#endif +#endif // __util_hh