diff -r baa839a7633f -r 8170f658f017 ucx/logging.h --- a/ucx/logging.h Fri Jul 19 14:17:12 2013 +0200 +++ b/ucx/logging.h Sat Jul 20 11:13:26 2013 +0200 @@ -26,8 +26,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef LOGGING_H -#define LOGGING_H +#ifndef UCX_LOGGING_H +#define UCX_LOGGING_H #include "ucx.h" #include "map.h" @@ -77,4 +77,4 @@ } #endif -#endif /* LOGGING_H */ +#endif /* UCX_LOGGING_H */