diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-18 19:04:15 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-21 12:05:55 -0400 |
commit | 4ca0d5ca4ac840b3946641edc20e033344e68e86 (patch) | |
tree | 310eb02409192353805bd996e34c729e5dffd0e0 | |
parent | d0e6ea7d5b1ee898c5e94073b39a8020a5761e5b (diff) |
basic/missing.h: drop inclusion of macro.h
It's not necessary for anything.
-rw-r--r-- | src/basic/missing.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index 284cbaffc0..e860fa7c2c 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 |