Skip to content

Commit

Permalink
Move header
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jan 30, 2025
1 parent c447ae0 commit f7d3fd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/solver/modeler/dataSeries/dataSeriesRepo.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "antares/solver/modeler/dataSeries/dataSeriesRepo.h"

#include <stdexcept>

namespace Antares::Solver::Modeler::DataSeries
{
void DataSeriesRepository::addDataSeries(std::unique_ptr<IDataSeries> dataSeries)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <map>
#include <memory>
#include <stdexcept>
#include <string>

#include "dataSeries.h"
Expand Down

0 comments on commit f7d3fd3

Please sign in to comment.