Skip to content

Commit

Permalink
manage includes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jun 11, 2024
1 parent 1b6a260 commit 9ec88f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/solver/application/ScenarioBuilderOwner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
** along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
*/

#include "antares/application/ScenarioBuilderOwner.h"
#include <antares/antares/fatal-error.h>
#include <antares/application/ScenarioBuilderOwner.h>
#include "antares/solver/simulation/apply-scenario.h"
#include "antares/solver/simulation/timeseries-numbers.h"
#include "antares/solver/ts-generator/generator.h"
#include "antares/study/study.h"

Antares::Solver::ScenarioBuilderOwner::ScenarioBuilderOwner(Data::Study& study):
study_(study)
Expand Down
2 changes: 1 addition & 1 deletion src/solver/application/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <yuni/datetime/timestamp.h>

#include <antares/antares/fatal-error.h>
#include <antares/application/ScenarioBuilderOwner.h>
#include <antares/benchmarking/timer.h>
#include <antares/checks/checkLoadedInputData.h>
#include <antares/exception/LoadingError.hpp>
Expand All @@ -33,7 +34,6 @@
#include <antares/sys/policy.h>
#include <antares/writer/writer_factory.h>
#include "antares/antares/version.h"
#include "antares/application/ScenarioBuilderOwner.h"
#include "antares/config/config.h"
#include "antares/file-tree-study-loader/FileTreeStudyLoader.h"
#include "antares/signal-handling/public.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
*/
#pragma once

#include "antares/study/study.h"

namespace Antares::Solver
{

class Study;
class ScenarioBuilderOwner
{
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "antares/date/date.h"
#include "antares/solver/hydro/management/MinGenerationScaling.h"
#include "antares/solver/hydro/management/PrepareInflows.h"

#include "antares/study/study.h"
namespace Antares
{

Expand Down

0 comments on commit 9ec88f6

Please sign in to comment.