Skip to content

Commit ce035c4

Browse files
author
Daniel Kroening
committed
some header file cleanup
1 parent a986020 commit ce035c4

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

src/cbmc/all_properties.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ Author: Daniel Kroening, [email protected]
66
77
\*******************************************************************/
88

9+
#include <iostream>
10+
11+
#include <util/time_stopping.h>
12+
#include <util/xml.h>
13+
#include <util/json.h>
14+
15+
#include <solvers/sat/satcheck.h>
16+
#include <solvers/prop/literal_expr.h>
17+
18+
#include <goto-symex/build_goto_trace.h>
19+
#include <goto-programs/xml_goto_trace.h>
20+
#include <goto-programs/json_goto_trace.h>
21+
22+
#include "bv_cbmc.h"
23+
924
#include "all_properties_class.h"
1025

1126
/*******************************************************************\

src/cbmc/all_properties_class.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,9 @@ Author: Daniel Kroening, [email protected]
66
77
\*******************************************************************/
88

9-
#include <iostream>
10-
11-
#include <util/time_stopping.h>
12-
#include <util/xml.h>
13-
#include <util/json.h>
14-
15-
#include <solvers/sat/satcheck.h>
169
#include <solvers/prop/cover_goals.h>
17-
#include <solvers/prop/literal_expr.h>
18-
19-
#include <goto-symex/build_goto_trace.h>
20-
#include <goto-programs/xml_goto_trace.h>
21-
#include <goto-programs/json_goto_trace.h>
2210

2311
#include "bmc.h"
24-
#include "bv_cbmc.h"
2512

2613
/*******************************************************************\
2714

src/cbmc/fault_localization.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ Author: Peter Schrammel
1212
#include <util/symbol.h>
1313
#include <util/std_expr.h>
1414
#include <util/message.h>
15+
#include <util/time_stopping.h>
1516

1617
#include <solvers/prop/minimize.h>
1718
#include <solvers/prop/literal_expr.h>
1819

20+
#include <goto-symex/build_goto_trace.h>
21+
1922
#include "fault_localization.h"
2023
#include "counterexample_beautification.h"
2124

0 commit comments

Comments
 (0)