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 | 32b4d5e7589ea21afc252f039ed86e5214adb859 (patch) | |
tree | 5a11ed2a556f216f80b0ee3d25c4c8e97ca440ec /components | |
parent | f640d9ab89e75bbd81a86adb84e9a985471a99f9 (diff) |
swap: removed unused include
Diffstat (limited to 'components')
-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> |