From: Zbigniew Jędrzejewski-Szmek Date: Tue, 18 Apr 2017 23:04:15 +0000 (-0400) Subject: basic/missing.h: drop inclusion of macro.h X-Git-Tag: chiark/234.4-1+devuan1.1+iwj1~165 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1c8e31366269c1af3fa3994755bb4d49b21818ee basic/missing.h: drop inclusion of macro.h It's not necessary for anything. --- diff --git a/src/basic/missing.h b/src/basic/missing.h index 0d71a57c8..1a4c62b47 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -73,8 +73,6 @@ struct sockaddr_vm { #endif /* !HAVE_LINUX_VM_SOCKETS_H */ #endif // 0 -#include "macro.h" - #ifndef RLIMIT_RTTIME #define RLIMIT_RTTIME 15 #endif