]> Git Repo - qemu.git/blobdiff - hw/misc/pci-testdev.c
pci: Clean up includes
[qemu.git] / hw / misc / pci-testdev.c
index 26b9b86178c31dfa7d6460559fcc811a535f6899..5df9089218e39dd48b967880175d2ec17a6a890f 100644 (file)
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/pci/pci.h"
 #include "qemu/event_notifier.h"
-#include "qemu/osdep.h"
 
 typedef struct PCITestDevHdr {
     uint8_t test;
This page took 0.022734 seconds and 4 git commands to generate.