Skip to content

Commit

Permalink
integral_types.h -> types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Aug 3, 2023
1 parent 1e0f600 commit 9781e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ortools/scheduling/jobshop_scheduling_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#include "absl/strings/string_view.h"
#include "google/protobuf/wrappers.pb.h"
#include "ortools/base/commandlineflags.h"
#include "ortools/base/integral_types.h"
#include "ortools/base/logging.h"
#include "ortools/base/path.h"
#include "ortools/base/types.h"
#include "ortools/scheduling/jobshop_scheduling.pb.h"
#include "ortools/util/filelineiter.h"

Expand Down
2 changes: 1 addition & 1 deletion ortools/scheduling/jobshop_scheduling_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "absl/strings/match.h"
#include "absl/strings/string_view.h"
#include "ortools/base/integral_types.h"
#include "ortools/base/types.h"
#include "ortools/scheduling/jobshop_scheduling.pb.h"

namespace operations_research {
Expand Down

0 comments on commit 9781e62

Please sign in to comment.