From dead140c741e3bad810d4fa970dad012c15a344e Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 28 May 2014 21:03:03 -0400 Subject: [PATCH] Code Cleanup - Removed unnecessary includes. - Added comment for Date integration. --- src/Lexer.cpp | 2 ++ test/duration.t.cpp | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Lexer.cpp b/src/Lexer.cpp index b696bb6a8..7e0e0ef7d 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -118,6 +118,8 @@ bool Lexer::token (std::string& token, Type& type) return true; } + // TODO Try an rc.dateformat parse here. + type = typeNumber; token += utf8_character (_n0); shift (); diff --git a/test/duration.t.cpp b/test/duration.t.cpp index a9b544dc3..6071eb565 100644 --- a/test/duration.t.cpp +++ b/test/duration.t.cpp @@ -25,10 +25,6 @@ //////////////////////////////////////////////////////////////////////////////// #include -#include -#include -#include -#include #include #include #include