X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Ftarget.h;h=1676553add93e7cdb126eb86f4e4fb925a0ca89a;hp=62bc34382bb7b825155adc4c00af0a070f9a627e;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hpb=4a842cadb8d6b30fa9fdc8ff183633c14e02cf96 diff --git a/src/core/target.h b/src/core/target.h index 62bc34382..1676553ad 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