Code Cleanup

- Removed unnecessary includes.
- Added comment for Date integration.
This commit is contained in:
Paul Beckingham 2014-05-28 21:03:03 -04:00
parent dbbbeb102e
commit dead140c74
2 changed files with 2 additions and 4 deletions

View file

@ -118,6 +118,8 @@ bool Lexer::token (std::string& token, Type& type)
return true; return true;
} }
// TODO Try an rc.dateformat parse here.
type = typeNumber; type = typeNumber;
token += utf8_character (_n0); token += utf8_character (_n0);
shift (); shift ();

View file

@ -25,10 +25,6 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h> #include <cmake.h>
#include <iostream>
#include <Context.h>
#include <Duration.h>
#include <stdlib.h>
#include <test.h> #include <test.h>
#include <Duration.h> #include <Duration.h>
#include <Context.h> #include <Context.h>