Skip to content

Commit e5e88b4

Browse files
author
Daniel Kroening
committed
remove three unused includes from util/mp_arith.h
util/mp_arith.h is widely used, so this improves compile times.
1 parent 4e30927 commit e5e88b4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/util/arith_tools.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ Author: Daniel Kroening, kroening@kroening.com
1010
#ifndef CPROVER_UTIL_ARITH_TOOLS_H
1111
#define CPROVER_UTIL_ARITH_TOOLS_H
1212

13+
#include "deprecate.h"
1314
#include "invariant.h"
1415
#include "mp_arith.h"
1516
#include "optional.h"
1617
#include "std_expr.h"
1718

18-
#include "deprecate.h"
19+
#include <limits>
1920

2021
class typet;
2122

src/util/mp_arith.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ Author: Daniel Kroening, kroening@kroening.com
1111
#define CPROVER_UTIL_MP_ARITH_H
1212

1313
#include <string>
14-
#include <iosfwd>
15-
#include <limits>
1614

1715
#include "big-int/bigint.hh"
18-
#include "optional.h"
1916
#include "deprecate.h"
2017

2118
// NOLINTNEXTLINE(readability/identifiers)

0 commit comments

Comments
 (0)