diff options
Diffstat (limited to 'src/core/condition.h')
-rw-r--r-- | src/core/condition.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/condition.h b/src/core/condition.h index 2d1f2cd17e..3dca432f77 100644 --- a/src/core/condition.h +++ b/src/core/condition.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooconditionhfoo -#define fooconditionhfoo +#pragma once /*** This file is part of systemd. @@ -66,5 +65,3 @@ void condition_dump_list(Condition *c, FILE *f, const char *prefix); const char* condition_type_to_string(ConditionType t); int condition_type_from_string(const char *s); - -#endif |