From 0c29fc56f992a1eb74fadea361180d77af262ee5 Mon Sep 17 00:00:00 2001
From: Tobias Tschinkowitz <tobias@he4d.net>
Date: Tue, 29 May 2018 14:28:39 +0200
Subject: [PATCH] swap: removed unused include

---
 components/swap.c | 1 -
 1 file changed, 1 deletion(-)

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>