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: v234~306^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ca0d5ca4ac840b3946641edc20e033344e68e86;p=thirdparty%2Fsystemd.git 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 284cbaffc0a..e860fa7c2c4 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -68,8 +68,6 @@ struct sockaddr_vm { }; #endif /* !HAVE_LINUX_VM_SOCKETS_H */ -#include "macro.h" - #ifndef RLIMIT_RTTIME #define RLIMIT_RTTIME 15 #endif