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
4f003cdb60
commit
d9b528351c
1 changed files with 2 additions and 4 deletions
|
@ -26,15 +26,13 @@
|
|||
|
||||
#include <cmake.h>
|
||||
#include <ColDue.h>
|
||||
#include <stdlib.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnDue::ColumnDue ()
|
||||
{
|
||||
_name = "due";
|
||||
_label = STRING_COLUMN_LABEL_DUE;
|
||||
_name = "due";
|
||||
_label = STRING_COLUMN_LABEL_DUE;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue