Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 30, 2024
1 parent 559f739 commit bf08250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include <filesystem>
#include <vector>

#include <yaml-cpp/yaml.h>

#include <antares/solver/modeler/parameters/modelerParameters.h>
Expand Down
3 changes: 2 additions & 1 deletion src/solver/modeler/loadFiles/loadFiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
* along with Antares_Simulator. If not, see <https://opensource.org/license/mpl-2-0/>.
*/

#include <antares/logs/logs.h>
#include "antares/solver/modeler/loadFiles/loadFiles.h"

#include <antares/logs/logs.h>

namespace Antares::Solver::LoadFiles
{

Expand Down

0 comments on commit bf08250

Please sign in to comment.