mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed unnecessary includes. - Added comment for Date integration.
This commit is contained in:
parent
dbbbeb102e
commit
dead140c74
2 changed files with 2 additions and 4 deletions
|
@ -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 ();
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue