summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Tschinkowitz <tobias@he4d.net>2018-05-29 14:28:39 +0200
committerAaron Marcher <me@drkhsh.at>2018-05-29 14:43:14 +0200
commit0c29fc56f992a1eb74fadea361180d77af262ee5 (patch)
tree5a11ed2a556f216f80b0ee3d25c4c8e97ca440ec
parenta18439af114b98ab026921b0cac61164f7a4eea8 (diff)
swap: removed unused include
-rw-r--r--components/swap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/swap.c b/components/swap.c
index 1958eef..9bd599a 100644
--- a/components/swap.c
+++ b/components/swap.c
@@ -107,7 +107,6 @@
}
#elif defined(__OpenBSD__)
#include <stdlib.h>
- #include <sys/param.h> /* dbtob */
#include <sys/swap.h>
#include <sys/types.h>
#include <unistd.h>