X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fnss-myhostname%2Fifconf.h;h=cd598d2b43db7c9fbaf8e1d9b8a316995022497a;hp=2764a0aa0fc89d834241a630c45167fe9525441e;hb=4561be3a64534a911ee405ffb51950a624a0cd3f;hpb=cbc06dcd8f74e9e757c55884a4acf49784fc3444 diff --git a/src/nss-myhostname/ifconf.h b/src/nss-myhostname/ifconf.h index 2764a0aa0..cd598d2b4 100644 --- a/src/nss-myhostname/ifconf.h +++ b/src/nss-myhostname/ifconf.h @@ -1,9 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooifconfhfoo -#define fooifconfhfoo - -#include +#pragma once /*** This file is part of systemd. @@ -27,6 +24,7 @@ #include #include #include +#include struct address { unsigned char family; @@ -68,6 +66,3 @@ static inline int address_compare(const void *_a, const void *_b) { return 0; } - - -#endif