Skip to content

Commit

Permalink
remove last integral_types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 4, 2023
1 parent 546f612 commit ff9e6bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cmake/glop.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ target_sources(glop PRIVATE
ortools/base/commandlineflags.h
ortools/base/file.cc
ortools/base/file.h
ortools/base/integral_types.h
ortools/base/logging.h
ortools/base/macros.h
ortools/base/sysinfo.cc
Expand Down Expand Up @@ -302,7 +301,6 @@ install(FILES
ortools/base/int_type.h
ortools/base/strong_int.h
ortools/base/strong_vector.h
ortools/base/integral_types.h
ortools/base/logging.h
ortools/base/macros.h
ortools/base/recordio.h
Expand Down
1 change: 0 additions & 1 deletion ortools/sat/docs/integer_arithmetic.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@ step_function_sample_sat()
#include <memory>

#include "absl/types/span.h"
#include "ortools/base/integral_types.h"
#include "ortools/base/logging.h"
#include "ortools/sat/cp_model.h"
#include "ortools/sat/cp_model.pb.h"
Expand Down

0 comments on commit ff9e6bb

Please sign in to comment.