update include guards

This commit is contained in:
Corentin Le Molgat
2025-11-05 11:34:49 +01:00
parent 4793e1acb4
commit b4b226801b
571 changed files with 1713 additions and 1713 deletions

View File

@@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef OR_TOOLS_INIT_INIT_H_
#define OR_TOOLS_INIT_INIT_H_
#ifndef ORTOOLS_INIT_INIT_H_
#define ORTOOLS_INIT_INIT_H_
#include <cstdint>
#include <string>
@@ -152,4 +152,4 @@ class OrToolsVersion {
} // namespace operations_research
#endif // OR_TOOLS_INIT_INIT_H_
#endif // ORTOOLS_INIT_INIT_H_

View File

@@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef OR_TOOLS_INIT_PYTHON_INIT_DOC_H_
#define OR_TOOLS_INIT_PYTHON_INIT_DOC_H_
#ifndef ORTOOLS_INIT_PYTHON_INIT_DOC_H_
#define ORTOOLS_INIT_PYTHON_INIT_DOC_H_
/*
This file contains docstrings for use in the Python bindings.
@@ -141,4 +141,4 @@ static const char* __doc_operations_research_OrToolsVersion_VersionString =
#pragma GCC diagnostic pop
#endif
#endif // OR_TOOLS_INIT_PYTHON_INIT_DOC_H_
#endif // ORTOOLS_INIT_PYTHON_INIT_DOC_H_