aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/rng.h')
-rw-r--r--include/qemu/rng.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qemu/rng.h b/include/qemu/rng.h
index d094bf8d4c..509abd023d 100644
--- a/include/qemu/rng.h
+++ b/include/qemu/rng.h
@@ -13,9 +13,9 @@
#ifndef QEMU_RNG_H
#define QEMU_RNG_H
-#include "qemu/object.h"
+#include "qom/object.h"
#include "qemu-common.h"
-#include "error.h"
+#include "qapi/error.h"
#define TYPE_RNG_BACKEND "rng-backend"
#define RNG_BACKEND(obj) \