diff options
author | Tobias Tschinkowitz <tobias@he4d.net> | 2018-05-29 14:28:39 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-29 14:43:14 +0200 |
commit | 0c29fc56f992a1eb74fadea361180d77af262ee5 (patch) | |
tree | 5a11ed2a556f216f80b0ee3d25c4c8e97ca440ec | |
parent | a18439af114b98ab026921b0cac61164f7a4eea8 (diff) |
swap: removed unused include
-rw-r--r-- | components/swap.c | 1 |
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> |