From 982ae80a827ccc9dd0450b2df00372a2cb7173c6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 5 Mar 2017 09:46:21 -0500 Subject: [PATCH] Task: Eliminated namedDates --- src/Task.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Task.cpp b/src/Task.cpp index 4a301d743..4c1091a47 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -57,7 +57,6 @@ #include #include #include -#include #define APPROACHING_INFINITY 1000 // Close enough. This isn't rocket surgery.