Skip to content

Commit 767ab8b

Browse files
author
Owen Jones
committed
Move #include from header to source file
1 parent 2d80456 commit 767ab8b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/pointer-analysis/local_value_set.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/// Local value-set analysis
55

66
#include "local_value_set.h"
7+
#include "external_value_set_expr.h"
78

89
#include <util/simplify_expr_class.h>
910
#include <util/infix.h>

src/pointer-analysis/local_value_set.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include <pointer-analysis/value_set.h>
1010
#include <util/json.h>
11-
#include "external_value_set_expr.h"
1211

1312
class local_value_sett : public value_sett
1413
{

0 commit comments

Comments
 (0)