diff options
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() { |