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:
@@ -38,7 +38,7 @@
|
||||
#include "TDB.h"
|
||||
#include "text.h"
|
||||
#include "util.h"
|
||||
#include "task.h"
|
||||
#include "main.h"
|
||||
|
||||
#ifdef HAVE_LIBNCURSES
|
||||
#include <ncurses.h>
|
||||
|
||||
Reference in New Issue
Block a user