Skip to content

Commit

Permalink
Split TS generation into files : removing useless header include and …
Browse files Browse the repository at this point in the history
…namespace declaration
  • Loading branch information
guilpier-code committed Jun 17, 2024
1 parent 12d9a9f commit bce0fa7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tools/ts-generator/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@
#include <memory>
#include <string>

#include <yuni/datetime/timestamp.h>

#include <antares/benchmarking/DurationCollector.h>
#include <antares/checks/checkLoadedInputData.h>
#include <antares/exception/LoadingError.hpp>
#include <antares/logs/logs.h>
#include <antares/solver/ts-generator/generator.h>
#include <antares/study/header.h>
#include <antares/study/study.h>
#include <antares/utils/utils.h>
#include <antares/writer/result_format.h>
Expand All @@ -38,7 +35,6 @@
#include "tsGenerationOptions.h"
#include "linksTSgenerator.h"

using namespace Antares;
using namespace Antares::TSGenerator;

namespace fs = std::filesystem;
Expand Down

0 comments on commit bce0fa7

Please sign in to comment.