mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CLI: Corrected include order
This commit is contained in:
parent
7cbd34c7bd
commit
b5a4b3476c
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@
|
||||||
|
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <CLI.h>
|
#include <CLI.h>
|
||||||
#include <sstream>
|
|
||||||
#include <algorithm>
|
|
||||||
#include <Color.h>
|
#include <Color.h>
|
||||||
#include <shared.h>
|
#include <shared.h>
|
||||||
|
#include <sstream>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
A2::A2 (const std::string& raw, Lexer::Type lextype)
|
A2::A2 (const std::string& raw, Lexer::Type lextype)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue