X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Faudit.h;h=0effc0baa04fccc14a3f5a34ba0418fb6a3960c6;hp=490a0b03208f34904d9c92b662b4f8a286a8aad4;hb=e48fdd84432bbf9c2ecc339183258c7c33116032;hpb=c1165f822cd9f8c3467b5f825ce933ab8374b361 diff --git a/src/shared/audit.h b/src/shared/audit.h index 490a0b032..0effc0baa 100644 --- a/src/shared/audit.h +++ b/src/shared/audit.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooaudithfoo -#define fooaudithfoo +#pragma once /*** This file is part of systemd. @@ -28,5 +27,3 @@ int audit_session_from_pid(pid_t pid, uint32_t *id); int audit_loginuid_from_pid(pid_t pid, uid_t *uid); - -#endif