diff --git a/src/gate.cpp b/src/gate.cpp index 5499e92..dca2bca 100644 --- a/src/gate.cpp +++ b/src/gate.cpp @@ -1,8 +1,4 @@ -#include "gate.h" - -Gate::Gate() -{ -} +#include "Gate.h" void Gate::setOut(int newValue, int setTime) {