Skip to content

Commit a571dc4

Browse files
committed
Remove unused includes list, functional from expr.h
This header file is widely used, and dragging in useless includes unnecessarily slows down compilation.
1 parent f4dedec commit a571dc4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/util/expr.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ Author: Daniel Kroening, [email protected]
1414
#include "validate_types.h"
1515
#include "validation_mode.h"
1616

17-
#include <functional>
18-
#include <list>
19-
2017
#define forall_operands(it, expr) \
2118
if((expr).has_operands()) /* NOLINT(readability/braces) */ \
2219
for(exprt::operandst::const_iterator it=(expr).operands().begin(), \

0 commit comments

Comments
 (0)