fix includes

This commit is contained in:
Christopher Mosher
2013-12-13 23:18:50 -05:00
parent fd7bd7a4a2
commit 540862e22b
3 changed files with 5 additions and 15 deletions

View File

@@ -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) {