mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
Remove unused includes (#3798)
This commit is contained in:
parent
81ca04fc8c
commit
a3e0dada30
5 changed files with 0 additions and 7 deletions
|
@ -31,7 +31,6 @@
|
||||||
#include <JSON.h>
|
#include <JSON.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
|
||||||
|
|
||||||
class CmdImportV2 : public Command {
|
class CmdImportV2 : public Command {
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -32,13 +32,10 @@
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Filter.h>
|
#include <Filter.h>
|
||||||
#include <format.h>
|
#include <format.h>
|
||||||
#include <inttypes.h>
|
|
||||||
#include <shared.h>
|
#include <shared.h>
|
||||||
#include <signal.h>
|
|
||||||
#include <taskchampion-cpp/lib.h>
|
#include <taskchampion-cpp/lib.h>
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
#include <Filter.h>
|
#include <Filter.h>
|
||||||
#include <Table.h>
|
#include <Table.h>
|
||||||
#include <format.h>
|
#include <format.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Datetime.h>
|
#include <Datetime.h>
|
||||||
#include <Table.h>
|
#include <Table.h>
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#ifdef HAVE_COMMIT
|
#ifdef HAVE_COMMIT
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
class Command {
|
class Command {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue