X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fratelimit.h;h=58efca7df14108884546dc16c69bb9bba5f2ad73;hp=ad00267a6e5c3c0181d62c9c684bd8be635d9b5e;hb=080bfdbb8e9f3d23594b101d7f50e7e2f9e4699b;hpb=451b34cc1d74960ee0262eef970a6346ec814f31 diff --git a/src/shared/ratelimit.h b/src/shared/ratelimit.h index ad00267a6..58efca7df 100644 --- a/src/shared/ratelimit.h +++ b/src/shared/ratelimit.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooratelimithfoo -#define fooratelimithfoo +#pragma once /*** This file is part of systemd. @@ -56,5 +55,3 @@ typedef struct RateLimit { } while (false) bool ratelimit_test(RateLimit *r); - -#endif