From 9b374b6dc2628329d5196097d24cc5b9b7d20d13 Mon Sep 17 00:00:00 2001 From: RavenKing144 Date: Thu, 5 Oct 2017 13:05:51 +0530 Subject: [PATCH] changed Time.cpp and TimeDriver.cpp --- Time.cpp | 2 +- TimeDriver.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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