summaryrefslogtreecommitdiff
path: root/src/core/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/namespace.h')
-rw-r--r--src/core/namespace.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/namespace.h b/src/core/namespace.h
index eb912e9e2..5d72ed91f 100644
--- a/src/core/namespace.h
+++ b/src/core/namespace.h
@@ -1,7 +1,6 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef foonamespacehfoo
-#define foonamespacehfoo
+#pragma once
/***
This file is part of systemd.
@@ -30,5 +29,3 @@ int setup_namespace(
char **inaccessible,
bool private_tmp,
unsigned long flags);
-
-#endif