summaryrefslogtreecommitdiff
path: root/src/journal/compress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/compress.h')
-rw-r--r--src/journal/compress.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/journal/compress.h b/src/journal/compress.h
index 1cdfe3d481..b6f1aa0ed7 100644
--- a/src/journal/compress.h
+++ b/src/journal/compress.h
@@ -1,7 +1,6 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef foocompresshfoo
-#define foocompresshfoo
+#pragma once
/***
This file is part of systemd.
@@ -34,5 +33,3 @@ bool uncompress_startswith(const void *src, uint64_t src_size,
void **buffer, uint64_t *buffer_size,
const void *prefix, uint64_t prefix_len,
uint8_t extra);
-
-#endif