Skip to content

Commit 2f4108d

Browse files
author
martin
committed
Clang-format wants to reorder the header inclusion
1 parent 8ae6e36 commit 2f4108d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/goto-analyzer/goto_analyzer_parse_options.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Author: Daniel Kroening, [email protected]
4242
#include <goto-programs/show_symbol_table.h>
4343
#include <goto-programs/validate_goto_model.h>
4444

45-
#include <analyses/is_threaded.h>
46-
#include <analyses/goto_check.h>
47-
#include <analyses/local_may_alias.h>
45+
#include <analyses/call_stack_history.h>
4846
#include <analyses/constant_propagator.h>
4947
#include <analyses/dependence_graph.h>
48+
#include <analyses/goto_check.h>
5049
#include <analyses/interval_domain.h>
51-
#include <analyses/call_stack_history.h>
50+
#include <analyses/is_threaded.h>
51+
#include <analyses/local_may_alias.h>
5252

5353
#include <langapi/mode.h>
5454
#include <langapi/language.h>

0 commit comments

Comments
 (0)