Skip to content

Commit e7739a2

Browse files
authored
Merge pull request #1253 from UniStuttgart-VISUS/cleanup
Cleanup
2 parents ea984b6 + 494d153 commit e7739a2

File tree

79 files changed

+34
-3185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+34
-3185
lines changed

core/include/mmcore/AbstractWriterParams.h

Lines changed: 0 additions & 65 deletions
This file was deleted.

core/include/mmcore/LuaAPI.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#pragma once
88

9+
#include <map>
910
#include <mutex>
1011
#include <string>
1112

@@ -14,8 +15,6 @@
1415
#define SOL_PRINT_ERRORS 0
1516
#include <sol/sol.hpp>
1617

17-
#include "mmcore/MegaMolGraph.h"
18-
1918
#ifdef MEGAMOL_USE_TRACY
2019
#include <tracy/Tracy.hpp>
2120
#endif

core/include/mmcore/job/AbstractJob.h

Lines changed: 0 additions & 71 deletions
This file was deleted.

core/include/mmcore/job/AbstractThreadedJob.h

Lines changed: 0 additions & 73 deletions
This file was deleted.

core/include/mmcore/utility/animation/AnimationData.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
#include <imgui.h>
1414
#include <sol/sol.hpp>
1515

16-
#include "mmcore/MegaMolGraph.h"
17-
1816
namespace megamol::core::utility::animation {
1917

2018
using KeyTimeType = int32_t;

core/src/AbstractWriterParams.cpp

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)