summaryrefslogtreecommitdiffstats
path: root/hw/core/fw-path-provider.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-26 19:17:29 +0100
committerPeter Maydell2016-01-29 16:07:25 +0100
commit18c86e2b9d85a89818f485c2cadafa6e3932e43a (patch)
tree81ddfa18c61329f8e1458d62c87974d38fa41150 /hw/core/fw-path-provider.c
parentarm devices: Clean up includes (diff)
downloadqemu-18c86e2b9d85a89818f485c2cadafa6e3932e43a.tar.gz
qemu-18c86e2b9d85a89818f485c2cadafa6e3932e43a.tar.xz
qemu-18c86e2b9d85a89818f485c2cadafa6e3932e43a.zip
hw/core: 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-37-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/core/fw-path-provider.c')
-rw-r--r--hw/core/fw-path-provider.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c
index 7442d322d5..33b99830e7 100644
--- a/hw/core/fw-path-provider.c
+++ b/hw/core/fw-path-provider.c
@@ -15,6 +15,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "hw/fw-path-provider.h"
char *fw_path_provider_get_dev_path(FWPathProvider *p, BusState *bus,