mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Removed unnecessary includes.
This commit is contained in:
parent
63384abd14
commit
80f9af08e3
2 changed files with 0 additions and 2 deletions
|
@ -47,7 +47,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <iostream> // TODO Remove
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include "Context.h"
|
#include "Context.h"
|
||||||
#include "API.h"
|
#include "API.h"
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <iostream> // TODO Remove
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <Cmd.h>
|
#include <Cmd.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue