summaryrefslogtreecommitdiff
path: root/src/journal/lookup3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/lookup3.h')
-rw-r--r--src/journal/lookup3.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/journal/lookup3.h b/src/journal/lookup3.h
index 31cc2f57b..502b42c20 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