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:
Paul Beckingham 2009-06-10 21:18:48 -04:00
parent 41bcdc2875
commit 71f4749d56
21 changed files with 21 additions and 21 deletions

View file

@ -27,7 +27,7 @@
#include <iostream>
#include <test.h>
#include <util.h>
#include <task.h>
#include <main.h>
Context context;

View file

@ -24,7 +24,7 @@
// USA
//
////////////////////////////////////////////////////////////////////////////////
#include "task.h"
#include "main.h"
#include "test.h"
#include "Filter.h"
#include "T2.h"

View file

@ -25,7 +25,7 @@
//
////////////////////////////////////////////////////////////////////////////////
#include <iostream>
#include "task.h"
#include "main.h"
#include "text.h"
#include "test.h"

View file

@ -26,7 +26,7 @@
////////////////////////////////////////////////////////////////////////////////
#include <sys/time.h>
#include "T.h"
#include "task.h"
#include "main.h"
#include "test.h"
Context context;

View file

@ -26,7 +26,7 @@
////////////////////////////////////////////////////////////////////////////////
#include "TDB.h"
#include "T.h"
#include "task.h"
#include "main.h"
#include "test.h"
Context context;

View file

@ -24,7 +24,7 @@
// USA
//
////////////////////////////////////////////////////////////////////////////////
#include "task.h"
#include "main.h"
#include "test.h"
Context context;

View file

@ -28,7 +28,7 @@
#include <unistd.h>
#include "TDB.h"
#include "task.h"
#include "main.h"
#include "test.h"
Context context;

View file

@ -27,7 +27,7 @@
#include <iostream>
#include <iomanip>
#include <string>
#include <task.h>
#include <main.h>
#include <util.h>
#include <text.h>
#include "test.h"

View file

@ -25,7 +25,7 @@
//
////////////////////////////////////////////////////////////////////////////////
#include <iostream>
#include "task.h"
#include "main.h"
#include "text.h"
#include "test.h"