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