summaryrefslogtreecommitdiff
path: root/src/openbsd/up-backend.c
diff options
context:
space:
mode:
authorLandry Breuil <landry@rhaalovely.net>2011-03-06 13:33:28 +0100
committerRichard Hughes <richard@hughsie.com>2011-03-21 18:39:08 +0000
commit07100772abb69814c046d81eaffa1be03c7e8272 (patch)
tree6488c4d1307cd823ad2109e7f49cdc4610d92f50 /src/openbsd/up-backend.c
parent527019ea824693cc5aa747e8ff5aeaf2371a73f2 (diff)
downloadupower-07100772abb69814c046d81eaffa1be03c7e8272.tar.gz
openbsd: Move os-specific headers inclusion to up-apm-native.h
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'src/openbsd/up-backend.c')
-rw-r--r--src/openbsd/up-backend.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/openbsd/up-backend.c b/src/openbsd/up-backend.c
index de99c2f..a14c12a 100644
--- a/src/openbsd/up-backend.c
+++ b/src/openbsd/up-backend.c
@@ -1,13 +1,3 @@
-#include <errno.h> /* errno */
-#include <fcntl.h> /* open() */
-/* kevent() */
-#include <sys/types.h>
-#include <sys/event.h>
-#include <sys/time.h>
-#include <sys/ioctl.h> /* ioctl() */
-/* APM macros */
-#include <machine/apmvar.h>
-
#include "up-apm-native.h"
#include "up-backend.h"