Skip to content

Commit 69d8943

Browse files
Clang format
1 parent e84d367 commit 69d8943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pointer-analysis/local_value_set_analysis.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
#ifndef LOCAL_VALUE_SET_ANALYSIS_H
77
#define LOCAL_VALUE_SET_ANALYSIS_H
88

9-
#include <pointer-analysis/value_set_analysis.h>
109
#include "local_value_set.h"
1110
#include "local_value_set_domain.h"
11+
#include <goto-programs/class_hierarchy.h>
1212
#include <pointer-analysis/external_value_set_expr.h>
13+
#include <pointer-analysis/value_set_analysis.h>
1314
#include <summaries/summary.h>
14-
#include <util/message.h>
1515
#include <util/in_memory_map.h>
16-
#include <goto-programs/class_hierarchy.h>
16+
#include <util/message.h>
1717

1818
/// Represents a local-value-set-analysis function summary.
1919
/// This is a set of simultaneous assignments, of the form:

0 commit comments

Comments
 (0)