]> git.proxmox.com Git - mirror_qemu.git/blame - hw/qdev.h
hw: include hw header files with full paths
[mirror_qemu.git] / hw / qdev.h
CommitLineData
aae9460e
PB
1#ifndef QDEV_H
2#define QDEV_H
3
074a86fc 4#include "hw/hw.h"
83c9f4ca
PB
5#include "hw/qdev-core.h"
6#include "hw/qdev-properties.h"
09e5ab63 7
aae9460e 8#endif