]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - include/hw/boards.h
exec: don't include hw/boards for linux-user
[thirdparty/qemu.git] / include / hw / boards.h
index cd6deb0547fdf4a241835e46e9d3cde56e19c86f..f44d6f542aae303443199e79a671fc10c76e9451 100644 (file)
@@ -3,8 +3,6 @@
 #ifndef HW_BOARDS_H
 #define HW_BOARDS_H
 
-#if !defined(CONFIG_USER_ONLY)
-
 #include "qemu/typedefs.h"
 #include "sysemu/blockdev.h"
 #include "sysemu/accel.h"
@@ -158,5 +156,3 @@ struct MachineState {
 };
 
 #endif
-
-#endif