mirror of
https://github.com/cmosher01/v6502cpp.git
synced 2026-03-15 00:16:20 +00:00
fix includes
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "StateCalculator.h"
|
||||
#include "Circuit.h"
|
||||
#include "trans.h"
|
||||
#include "cpu.h"
|
||||
#include <set>
|
||||
|
||||
StateCalculator::StateCalculator(Segment* VSS, Segment* VCC) : VSS(VSS), VCC(VCC) {
|
||||
|
||||
Reference in New Issue
Block a user