remove unnecessary InitApplication.h inclusion
The InitApplication library was being unnecessarily imported into some C++ files
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include <App/ObjectIdentifier.h>
|
||||
#include <Mod/Sketcher/App/GeoEnum.h>
|
||||
#include <Mod/Sketcher/App/SketchObject.h>
|
||||
#include <src/App/InitApplication.h>
|
||||
#include "SketcherTestHelpers.h"
|
||||
|
||||
using namespace SketcherTestHelpers;
|
||||
|
||||
@@ -6,8 +6,10 @@
|
||||
#include <App/ObjectIdentifier.h>
|
||||
#include <Mod/Sketcher/App/GeoEnum.h>
|
||||
#include <Mod/Sketcher/App/SketchObject.h>
|
||||
#include <src/App/InitApplication.h>
|
||||
#include "SketcherTestHelpers.h"
|
||||
|
||||
|
||||
void SketchObjectTest::SetUpTestSuite()
|
||||
{
|
||||
tests::initApplication();
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <App/ObjectIdentifier.h>
|
||||
#include <Mod/Sketcher/App/GeoEnum.h>
|
||||
#include <Mod/Sketcher/App/SketchObject.h>
|
||||
#include <src/App/InitApplication.h>
|
||||
|
||||
|
||||
class SketchObjectTest: public ::testing::Test
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user