aboutsummaryrefslogtreecommitdiff
path: root/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser.h')
-rw-r--r--Parser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Parser.h b/Parser.h
index 271d0f4..221e14e 100644
--- a/Parser.h
+++ b/Parser.h
@@ -5,13 +5,10 @@
#include "Circuit.h"
-#include "Exception.h"
using std::istream;
using std::string;
-
-
class Parser {
public:
Parser() = default;