diff options
Diffstat (limited to 'src/core/snapshot.h')
-rw-r--r-- | src/core/snapshot.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/snapshot.h b/src/core/snapshot.h index 9c63216421..9662d93164 100644 --- a/src/core/snapshot.h +++ b/src/core/snapshot.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foosnapshothfoo -#define foosnapshothfoo +#pragma once /*** This file is part of systemd. @@ -49,5 +48,3 @@ void snapshot_remove(Snapshot *s); const char* snapshot_state_to_string(SnapshotState i); SnapshotState snapshot_state_from_string(const char *s); - -#endif |