ppcmmu.cpp: fix includes.

This commit is contained in:
Maxim Poliakovski 2021-09-25 23:38:27 +02:00
parent e052eb4a87
commit 81ea96a058

View File

@ -31,11 +31,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "ppcemu.h"
#include <array>
#include <cinttypes>
#include <cstdint>
#include <iostream>
#include <loguru.hpp>
#include <stdexcept>
#include <string>
#include <thirdparty/loguru/loguru.hpp>
/* pointer to exception handler to be called when a MMU exception is occured. */
void (*mmu_exception_handler)(Except_Type exception_type, uint32_t srr1_bits);