Fixing some compiler warnings

This commit is contained in:
Jack Harper 2019-07-23 23:10:17 +01:00
parent 077eacd419
commit b065ac6995
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ class MemorySystem;
} // namespace Memory
namespace Core {
struct System;
class System;
}
class DynarmicUserCallbacks;

View file

@ -11,7 +11,7 @@
#include "core/arm/skyeye_common/armstate.h"
namespace Core {
struct System;
class System;
}
namespace Memory {