From 2a5ff961aa02287f565efda7da6224910426482c Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 20 Aug 2025 11:27:33 +0200 Subject: [PATCH] third_party_solvers: cleanup --- ortools/third_party_solvers/gurobi_environment.h | 6 +++--- ortools/third_party_solvers/xpress_environment.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ortools/third_party_solvers/gurobi_environment.h b/ortools/third_party_solvers/gurobi_environment.h index c1985daf3f..8170f431ec 100644 --- a/ortools/third_party_solvers/gurobi_environment.h +++ b/ortools/third_party_solvers/gurobi_environment.h @@ -11,8 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_ -#define THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_ +#ifndef ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_ +#define ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_ #include #include @@ -732,4 +732,4 @@ extern std::function GRBplatform; // clang-format on } // namespace operations_research -#endif // THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_ +#endif // ORTOOLS_THIRD_PARTY_SOLVERS_GUROBI_ENVIRONMENT_H_ diff --git a/ortools/third_party_solvers/xpress_environment.h b/ortools/third_party_solvers/xpress_environment.h index aafecf3c4a..b8a7bd0a2a 100644 --- a/ortools/third_party_solvers/xpress_environment.h +++ b/ortools/third_party_solvers/xpress_environment.h @@ -13,8 +13,8 @@ // Initial version of this code was provided by RTE -#ifndef THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_ -#define THIRD_PARTY_ORTOOLS_ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_ +#ifndef ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_ +#define ORTOOLS_THIRD_PARTY_SOLVERS_XPRESS_ENVIRONMENT_H_ #include #include @@ -547,4 +547,4 @@ extern std::function