Skip to content
Merged
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: 0 additions & 3 deletions src/EnergyPlus/PluginManager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@
#define EPLUS_PLUGIN_MANAGER_HH

// C++ Headers
#include <iomanip>
#include <queue>
#include <utility>
#include <vector>

// EnergyPlus Headers
#include <EnergyPlus/DataGlobals.hh>
#include <EnergyPlus/EMSManager.hh>
#include <EnergyPlus/EnergyPlus.hh>

Expand Down
3 changes: 1 addition & 2 deletions tst/EnergyPlus/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ set(test_src
AirflowNetworkHVAC.unit.cc
AirflowNetworkConditions.unit.cc
AirflowNetworkComponents.unit.cc
api/datatransfer.unit.cc
Autosizing/All_Simple_Sizing.unit.cc
Autosizing/AutosizingFixture.hh
Autosizing/BaseClassSizing.unit.cc
Expand Down Expand Up @@ -296,7 +295,7 @@ if(LINK_WITH_PYTHON)
add_compile_definitions(LINK_WITH_PYTHON)
include_directories(${Python_INCLUDE_DIRS})
if(CMAKE_HOST_UNIX)
#list(APPEND test_src api/datatransfer.unit.cc) # Requires API; will be moved
list(APPEND test_src api/datatransfer.unit.cc) # Requires API; will be moved
list(APPEND test_src PluginManager.unit.cc)
list(APPEND test_dependencies ${Python_LIBRARIES})
endif()
Expand Down
Loading