From 8f8acc24933830d4f5784616b9b0c5896bde0b93 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Jan 2003 19:17:13 +0000 Subject: rm prefixes for all elements in the otk namepsace --- otk/util.hh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'otk/util.hh') 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 -- cgit v1.2.3