mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
Build
- When A3.h is removed from Command.h, other include files need to be added elsewhere. That means the dependencies were wrong. Hmm.
This commit is contained in:
parent
afe4b6883f
commit
4661cdf0b2
4 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <OldDuration.h>
|
||||
#include <Context.h>
|
||||
#include <Filter.h>
|
||||
#include <Nibbler.h>
|
||||
#include <i18n.h>
|
||||
#include <text.h>
|
||||
#include <util.h>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <Task.h>
|
||||
#include <A3.h>
|
||||
|
||||
class Command
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue