X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Ftarget.h;h=1676553add93e7cdb126eb86f4e4fb925a0ca89a;hb=ee09281729588900edc06152032a0cc09557f998;hp=62bc34382bb7b825155adc4c00af0a070f9a627e;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8;p=elogind.git 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