summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/rump/include/rump/rump.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/rump/include/rump/rump.h b/sys/rump/include/rump/rump.h
index 265c2c77453..8da2737f6f7 100644
--- a/sys/rump/include/rump/rump.h
+++ b/sys/rump/include/rump/rump.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.h,v 1.71 2020/06/14 22:12:58 kamil Exp $ */
+/* $NetBSD: rump.h,v 1.72 2020/06/14 23:38:25 kamil Exp $ */
/*
* Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved.
@@ -133,11 +133,4 @@ int rump_daemonize_done(int);
}
#endif
-/*
- * Include macros prehistorically provided by this header.
- * The inclusion might go away some year. Include the header directly
- * if you want it to keep working for you.
- */
-#include <rump/rump_syscallshotgun.h>
-
#endif /* _RUMP_RUMP_H_ */