ColDue: Removed unused includes

This commit is contained in:
Paul Beckingham 2016-10-14 19:01:46 -04:00
parent 4f003cdb60
commit d9b528351c

View file

@ -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;
}
////////////////////////////////////////////////////////////////////////////////