summaryrefslogtreecommitdiffstats
path: root/sys/dev/virtio/balloon
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-07-03 15:15:41 +0000
committerobrien <obrien@FreeBSD.org>2012-07-03 15:15:41 +0000
commit9f4d02f9a5d1995c098dd42b19c4b6cc6c99c909 (patch)
treedd56b2e0c2aacafd2555ee71f42696c7cee1320f /sys/dev/virtio/balloon
parent8c66c622bb3a5735d5605090250f15df8d6d4e7e (diff)
downloadFreeBSD-src-9f4d02f9a5d1995c098dd42b19c4b6cc6c99c909.zip
FreeBSD-src-9f4d02f9a5d1995c098dd42b19c4b6cc6c99c909.tar.gz
Do not include <sys/types.h> in the local headers. The .c files including
them have already included <sys/param.h> before these headers are included.
Diffstat (limited to 'sys/dev/virtio/balloon')
-rw-r--r--sys/dev/virtio/balloon/virtio_balloon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/virtio/balloon/virtio_balloon.h b/sys/dev/virtio/balloon/virtio_balloon.h
index 1a52733..f143341 100644
--- a/sys/dev/virtio/balloon/virtio_balloon.h
+++ b/sys/dev/virtio/balloon/virtio_balloon.h
@@ -31,8 +31,6 @@
#ifndef _VIRTIO_BALLOON_H
#define _VIRTIO_BALLOON_H
-#include <sys/types.h>
-
/* Feature bits. */
#define VIRTIO_BALLOON_F_MUST_TELL_HOST 0x1 /* Tell before reclaiming pages */
#define VIRTIO_BALLOON_F_STATS_VQ 0x2 /* Memory stats virtqueue */
OpenPOWER on IntegriCloud