diff --git a/Time.cpp b/Time.cpp index 15837fb..4c2104b 100644 --- a/Time.cpp +++ b/Time.cpp @@ -1,6 +1,6 @@ // Implements Time class methods -#include "Time.h" +#include Time::Time() { hours = 0; diff --git a/TimeDriver.cpp b/TimeDriver.cpp index 011b6f6..b90c63c 100644 --- a/TimeDriver.cpp +++ b/TimeDriver.cpp @@ -4,8 +4,8 @@ using namespace std; -#include "Time.h" -#include "Time.h" // test ifndef +#include +#include // test ifndef string should(string test, bool passed) { // Check or cross if pass or fail respectivly