X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=util.h;h=e12c2c422e114f72c5e2739af2a94a8fec575688;hp=5839e5b6c4ce1ccd52ac65f2364a9d6c1e095663;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87 diff --git a/util.h b/util.h index 5839e5b..e12c2c4 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,5 @@ -#ifndef _UTIL_H -#define _UTIL_H 1 +#ifndef _MOVIT_UTIL_H +#define _MOVIT_UTIL_H 1 // Various utilities. @@ -60,4 +60,4 @@ void combine_two_samples(float w1, float w2, float *offset, float *total_weight, #define CHECK(x) do { bool ok = x; if (!ok) { fprintf(stderr, "%s:%d: %s: Assertion `%s' failed.\n", __FILE__, __LINE__, __PRETTY_FUNCTION__, #x); abort(); } } while (false) #endif -#endif // !defined(_UTIL_H) +#endif // !defined(_MOVIT_UTIL_H)