]> Git Repo - qemu.git/blobdiff - target/arm/psci.c
Include qemu/main-loop.h less
[qemu.git] / target / arm / psci.c
index eb7b88e9265b023b3b599df640357df2ab1ea81e..af1d5a551ece015e5225f02580f4d5edceff517a 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 "cpu.h"
 #include "exec/helper-proto.h"
 #include "kvm-consts.h"
+#include "qemu/main-loop.h"
 #include "sysemu/sysemu.h"
 #include "internals.h"
 #include "arm-powerctl.h"
-#include "exec/exec-all.h"
 
 bool arm_is_psci_call(ARMCPU *cpu, int excp_type)
 {
This page took 0.030537 seconds and 4 git commands to generate.