mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-30 04:30:02 +00:00
Removes <cassert> from Struct.h (which means it's needed in the 68000's State).
This commit is contained in:
parent
a3d4c7599b
commit
a16b710d22
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
#include "State.hpp"
|
#include "State.hpp"
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using namespace CPU::MC68000;
|
using namespace CPU::MC68000;
|
||||||
|
|
||||||
State::State(const ProcessorBase &src): State() {
|
State::State(const ProcessorBase &src): State() {
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
#ifndef Struct_hpp
|
#ifndef Struct_hpp
|
||||||
#define Struct_hpp
|
#define Struct_hpp
|
||||||
|
|
||||||
#include <cassert>
|
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
Loading…
Reference in New Issue
Block a user