more include cleaning

This commit is contained in:
Laurent Perron
2023-08-25 03:51:16 +02:00
parent af879c6d17
commit e4db823952
38 changed files with 43 additions and 67 deletions

View File

@@ -15,10 +15,9 @@
#define OR_TOOLS_BASE_BITMAP_H_
#include <cassert>
#include <cstdint>
#include <cstring>
#include "ortools/base/types.h"
namespace operations_research {
namespace internal {
inline uint64_t OneBit64(int pos) { return uint64_t{1} << pos; }