Code Cleanup
- Removed unnecessary includes. - Added comment for Date integration.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cmake.h>
|
||||
#include <iostream>
|
||||
#include <Context.h>
|
||||
#include <Duration.h>
|
||||
#include <stdlib.h>
|
||||
#include <test.h>
|
||||
#include <Duration.h>
|
||||
#include <Context.h>
|
||||
|
||||
Reference in New Issue
Block a user