basic/missing.h: drop inclusion of macro.h

It's not necessary for anything.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-04-18 19:04:15 -04:00
parent d0e6ea7d5b
commit 4ca0d5ca4a

View file

@ -68,8 +68,6 @@ struct sockaddr_vm {
};
#endif /* !HAVE_LINUX_VM_SOCKETS_H */
#include "macro.h"
#ifndef RLIMIT_RTTIME
#define RLIMIT_RTTIME 15
#endif