diff options
Diffstat (limited to 'src/core/target.h')
-rw-r--r-- | src/core/target.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/target.h b/src/core/target.h index 62bc34382b..1676553add 100644 --- a/src/core/target.h +++ b/src/core/target.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef footargethfoo -#define footargethfoo +#pragma once /*** This file is part of systemd. @@ -43,5 +42,3 @@ extern const UnitVTable target_vtable; const char* target_state_to_string(TargetState i); TargetState target_state_from_string(const char *s); - -#endif |