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_BASE_BITMAP_H_
#define OR_TOOLS_BASE_BITMAP_H_
#ifndef ORTOOLS_BASE_BITMAP_H_
#define ORTOOLS_BASE_BITMAP_H_
#include <cassert>
#include <cstdint>
@@ -84,4 +84,4 @@ class Bitmap {
} // namespace operations_research
#endif // OR_TOOLS_BASE_BITMAP_H_
#endif // ORTOOLS_BASE_BITMAP_H_