Skip to content

Commit e85e808

Browse files
committed
Header cleanup
1 parent 806d4ab commit e85e808

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/analyses/escape_analysis.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Author: Daniel Kroening, [email protected]
1010

1111
#include "escape_analysis.h"
1212

13-
#include <iostream>
14-
1513
/*******************************************************************\
1614
1715
Function: escape_domaint::is_tracked

src/musketeer/musketeer_parse_options.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Module: Main Module
1111
#include <memory>
1212

1313
#include <util/config.h>
14+
#include <util/options.h>
1415
#include <util/string2int.h>
1516

1617
#include <goto-programs/remove_function_pointers.h>

0 commit comments

Comments
 (0)