diff options
author | Peter Maydell | 2016-01-26 19:17:19 +0100 |
---|---|---|
committer | Peter Maydell | 2016-01-29 16:07:24 +0100 |
commit | 90191d07a6c0480802dfcaee99328b1c5e520579 (patch) | |
tree | faa3cd8c3b8bc994be45645e3952680b9c710dad /hw/intc/i8259_common.c | |
parent | hw/timer: Clean up includes (diff) | |
download | qemu-90191d07a6c0480802dfcaee99328b1c5e520579.tar.gz qemu-90191d07a6c0480802dfcaee99328b1c5e520579.tar.xz qemu-90191d07a6c0480802dfcaee99328b1c5e520579.zip |
hw/intc: Clean up includes
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-27-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/intc/i8259_common.c')
-rw-r--r-- | hw/intc/i8259_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/i8259_common.c b/hw/intc/i8259_common.c index fbf26e5576..3a850b0c66 100644 --- a/hw/intc/i8259_common.c +++ b/hw/intc/i8259_common.c @@ -22,6 +22,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/i386/pc.h" #include "hw/isa/i8259_internal.h" |