summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-18 19:04:15 -0400
committerSven Eden <yamakuzure@gmx.net>2017-07-25 09:46:51 +0200
commit1c8e31366269c1af3fa3994755bb4d49b21818ee (patch)
treeee1b96d8a209c3a23238083bcc9ed797caee06d9
parent3388ec3d75fe3000f63514d118a5783ccee0bb3d (diff)
basic/missing.h: drop inclusion of macro.h
It's not necessary for anything.
-rw-r--r--src/basic/missing.h2
1 files changed, 0 insertions, 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