Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Source/StreetMapImporting/Private/OSMFile.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Copyright 2017 Mike Fricker. All Rights Reserved.

#include "StreetMapImporting.h"
#include "OSMFile.h"

#include "StreetMapImporting.h"

FOSMFile::FOSMFile()
: ParsingState( ParsingState::Root )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.

#include "StreetMapActorFactory.h"
#include "StreetMapImporting.h"
#include "AssetData.h"
#include "StreetMapActorFactory.h"
#include "StreetMapActor.h"
#include "StreetMapComponent.h"
#include "StreetMap.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2017 Mike Fricker. All Rights Reserved.

#include "StreetMapImporting.h"
#include "StreetMapAssetTypeActions.h"
#include "StreetMapImporting.h"
#include "StreetMap.h"
#include "AssetData.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Copyright 2017 Mike Fricker. All Rights Reserved.

#include "StreetMapImporting.h"

#include "StreetMapComponentDetails.h"
#include "StreetMapImporting.h"

#include "SlateBasics.h"
#include "RawMesh.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/StreetMapImporting/Private/StreetMapFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2017 Mike Fricker. All Rights Reserved.

#include "StreetMapImporting.h"
#include "StreetMapFactory.h"
#include "StreetMapImporting.h"
#include "OSMFile.h"
#include "StreetMap.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2017 Mike Fricker. All Rights Reserved.

#include "StreetMapImporting.h"
#include "StreetMapReimportFactory.h"
#include "StreetMapImporting.h"
#include "StreetMap.h"


Expand Down
2 changes: 1 addition & 1 deletion Source/StreetMapImporting/Private/StreetMapStyle.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2017 Mike Fricker. All Rights Reserved.

#include "StreetMapImporting.h"
#include "StreetMapStyle.h"
#include "StreetMapImporting.h"
#include "Styling/SlateStyle.h"
#include "Interfaces/IPluginManager.h"

Expand Down