summaryrefslogtreecommitdiff
path: root/src/core/snapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/snapshot.h')
-rw-r--r--src/core/snapshot.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/snapshot.h b/src/core/snapshot.h
index 9c6321642..9662d9316 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