diff options
Diffstat (limited to 'src/journal/lookup3.h')
-rw-r--r-- | src/journal/lookup3.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/journal/lookup3.h b/src/journal/lookup3.h index 31cc2f57b0..502b42c209 100644 --- a/src/journal/lookup3.h +++ b/src/journal/lookup3.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foolookup3hfoo -#define foolookup3hfoo +#pragma once #include <inttypes.h> #include <sys/types.h> @@ -21,5 +20,3 @@ static inline uint64_t hash64(const void *data, size_t length) { return ((uint64_t) a << 32ULL) | (uint64_t) b; } - -#endif |