mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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,8 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cmake.h>
|
||||
#include <CmdContext.h>
|
||||
#include <CmdConfig.h>
|
||||
#include <Context.h>
|
||||
#include <Filter.h>
|
||||
#include <sstream>
|
||||
|
@ -32,8 +34,6 @@
|
|||
#include <i18n.h>
|
||||
#include <util.h>
|
||||
#include <text.h>
|
||||
#include <CmdContext.h>
|
||||
#include <CmdConfig.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue