summaryrefslogtreecommitdiff
path: root/src/shared/ratelimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/ratelimit.h')
-rw-r--r--src/shared/ratelimit.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/ratelimit.h b/src/shared/ratelimit.h
index ad00267a6e..58efca7df1 100644
--- a/src/shared/ratelimit.h
+++ b/src/shared/ratelimit.h
@@ -1,7 +1,6 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef fooratelimithfoo
-#define fooratelimithfoo
+#pragma once
/***
This file is part of systemd.
@@ -56,5 +55,3 @@ typedef struct RateLimit {
} while (false)
bool ratelimit_test(RateLimit *r);
-
-#endif