Skip to content

Commit 168901f

Browse files
committed
Tweak headers to keep include-what-you-use happy
1 parent e0e9bde commit 168901f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/pointer-analysis/show_value_sets.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Author: Daniel Kroening, [email protected]
1212
#include "show_value_sets.h"
1313
#include "value_set_analysis.h"
1414

15-
#include <goto-programs/goto_model.h>
16-
17-
#include <util/invariant.h>
1815
#include <util/xml.h>
1916

2017
#include <iostream>

src/pointer-analysis/value_set_analysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Author: Daniel Kroening, [email protected]
1414

1515
#include <analyses/ai.h>
1616

17-
#include "value_set_domain.h"
17+
#include "value_set_domain.h" // IWYU pragma: keep
1818
#include "value_sets.h"
1919

2020
/// This template class implements a data-flow analysis which keeps track of

0 commit comments

Comments
 (0)