From 1c8e31366269c1af3fa3994755bb4d49b21818ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 18 Apr 2017 19:04:15 -0400 Subject: [PATCH] basic/missing.h: drop inclusion of macro.h It's not necessary for anything. --- src/basic/missing.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2