Skip to content

Commit 3cac00d

Browse files
tautschnigDaniel Kroening
authored and
Daniel Kroening
committed
build_goto_trace.cpp: update includes
The file requires goto_functionst (which it may or may not see via transitive includes), but no longer needs assert.
1 parent 5b250d3 commit 3cac00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-symex/build_goto_trace.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Author: Daniel Kroening
1313

1414
#include "build_goto_trace.h"
1515

16-
#include <cassert>
17-
1816
#include <util/arith_tools.h>
1917
#include <util/byte_operators.h>
2018
#include <util/simplify_expr.h>
2119
#include <util/threeval.h>
2220

21+
#include <goto-programs/goto_functions.h>
22+
2323
#include <solvers/prop/prop_conv.h>
2424
#include <solvers/prop/prop.h>
2525

0 commit comments

Comments
 (0)