X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Ffdset.h;h=c3e408c8ad28d7873c09a4e43fa027ffe11f937b;hp=bb581724306ba8316b61db82d536f60747e2cb39;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hpb=4a842cadb8d6b30fa9fdc8ff183633c14e02cf96 diff --git a/src/core/fdset.h b/src/core/fdset.h index bb5817243..c3e408c8a 100644 --- a/src/core/fdset.h +++ b/src/core/fdset.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foofdsethfoo -#define foofdsethfoo +#pragma once /*** This file is part of systemd. @@ -36,5 +35,3 @@ int fdset_remove(FDSet *s, int fd); int fdset_new_fill(FDSet **_s); int fdset_cloexec(FDSet *fds, bool b); - -#endif