mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColDue: Removed unused includes
This commit is contained in:
parent
0df3e3b0d9
commit
df1cf61421
1 changed files with 2 additions and 4 deletions
|
@ -26,15 +26,13 @@
|
||||||
|
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <ColDue.h>
|
#include <ColDue.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <text.h>
|
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnDue::ColumnDue ()
|
ColumnDue::ColumnDue ()
|
||||||
{
|
{
|
||||||
_name = "due";
|
_name = "due";
|
||||||
_label = STRING_COLUMN_LABEL_DUE;
|
_label = STRING_COLUMN_LABEL_DUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue