diff options
author | Stef Walter <stef@memberwebs.com> | 2004-03-31 02:42:24 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-03-31 02:42:24 +0000 |
commit | c60a35fc2a50f938e0d2dcd726784afbb001a756 (patch) | |
tree | 648e452e97149aca40da5199b481b484406c4a12 /src/rtfx.cpp | |
parent | d33b51f5672580b3fee5054eaf892f7bb4520985 (diff) |
Cleanup for unix
Diffstat (limited to 'src/rtfx.cpp')
-rw-r--r-- | src/rtfx.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/rtfx.cpp b/src/rtfx.cpp index 6a68a28..e3ceb61 100644 --- a/src/rtfx.cpp +++ b/src/rtfx.cpp @@ -1,12 +1,10 @@ -// rtfm.cpp : Defines the entry point for the console application. -// -#include "stdafx.h" +#include "usuals.h" #include <stdlib.h> #include <stdio.h> -#include "RtfReader.h" -#include "RtfAnalyser.h" +#include "rtfreader.h" +#include "rtfanalyser.h" int usage() { |