X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fsnapshot.h;h=9662d93164ca5479b7606b30fa57f9c64530371c;hp=9c63216421cbe0243660d9a33ae3cb93105e12aa;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hpb=4a842cadb8d6b30fa9fdc8ff183633c14e02cf96 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