mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Cmd*: Moved include to top of list, per flint++ recommendation
This commit is contained in:
parent
aceebb0723
commit
5d9ca9864e
45 changed files with 47 additions and 47 deletions
|
@ -25,6 +25,7 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cmake.h>
|
||||
#include <CmdStats.h>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <stdlib.h>
|
||||
|
@ -36,7 +37,6 @@
|
|||
#include <text.h>
|
||||
#include <util.h>
|
||||
#include <i18n.h>
|
||||
#include <CmdStats.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue