aboutsummaryrefslogtreecommitdiff
path: root/target-arm/psci.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/psci.c')
-rw-r--r--target-arm/psci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/target-arm/psci.c b/target-arm/psci.c
index 4db9b8ce24..14316eb0ae 100644
--- a/target-arm/psci.c
+++ b/target-arm/psci.c
@@ -16,10 +16,10 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "qemu/osdep.h"
-#include <cpu.h>
-#include <exec/helper-proto.h>
-#include <kvm-consts.h>
-#include <sysemu/sysemu.h>
+#include "cpu.h"
+#include "exec/helper-proto.h"
+#include "kvm-consts.h"
+#include "sysemu/sysemu.h"
#include "internals.h"
#include "arm-powerctl.h"
#include "exec/exec-all.h"