Clean up header includes for scimath and Rational

This commit is contained in:
Josh Koon 2019-02-23 17:11:59 -08:00
commit 75792d4a6d
3 changed files with 2 additions and 4 deletions

View file

@ -2,7 +2,6 @@
#include "pch.h"
#include "Header Files/Rational.h"
#include "Header Files/scimath.h"
using namespace std;

View file

@ -2,8 +2,7 @@
// Licensed under the MIT License.
#include "pch.h"
#include "Header Files/CalcEngine.h"
#include "Ratpack/ratpak.h"
#include "Header Files/scimath.h"
using namespace std;
using namespace CalcEngine;

View file

@ -14,7 +14,6 @@
*
\****************************************************************************/
#include "scimath.h"
#include "CCommand.h"
#include "EngineStrings.h"
#include "../Command.h"
@ -24,6 +23,7 @@
#include "History.h" // for History Collector
#include "CalcInput.h"
#include "ICalcDisplay.h"
#include "scimath.h"
#include "Rational.h"
// The following are NOT real exports of CalcEngine, but for forward declarations