mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Renamed files task.h -> main.h, task.cpp -> main.cpp. This is to prepare for the next rename, which addresses the OpenBSD bug. - Removed utf8.h, utf8.cpp from Makefile.am, which were inadvertantly added.
This commit is contained in:
parent
41bcdc2875
commit
71f4749d56
21 changed files with 21 additions and 21 deletions
|
@ -32,7 +32,7 @@
|
|||
#include "text.h"
|
||||
#include "util.h"
|
||||
#include "TDB2.h"
|
||||
#include "task.h"
|
||||
#include "main.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// The ctor/dtor do nothing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue