Skip to content

Commit e05dad5

Browse files
committed
Clang format include order.
1 parent 8e20ac6 commit e05dad5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

jbmc/unit/java-testing-utils/load_java_class.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
#include "load_java_class.h"
1010

11-
#include <testing-utils/free_form_cmdline.h>
11+
#include <iostream>
1212
#include <testing-utils/catch.hpp>
13+
#include <testing-utils/free_form_cmdline.h>
1314
#include <testing-utils/message.h>
14-
#include <iostream>
1515

1616
#include <util/config.h>
1717
#include <util/suffix.h>

jbmc/unit/java_bytecode/java_bytecode_parse_lambdas/java_bytecode_parse_lambda_method_table.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
#include <java-testing-utils/require_parse_tree.h>
1414

15+
#include <java_bytecode/java_bytecode_parser.h>
1516
#include <testing-utils/catch.hpp>
1617
#include <testing-utils/message.h>
17-
#include <java_bytecode/java_bytecode_parser.h>
1818

1919
#include <java_bytecode/java_bytecode_parse_tree.h>
2020
#include <java_bytecode/java_types.h>

jbmc/unit/java_bytecode/java_replace_nondet/replace_nondet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
88
\*******************************************************************/
99

10+
#include <java-testing-utils/load_java_class.h>
1011
#include <testing-utils/catch.hpp>
1112
#include <testing-utils/message.h>
12-
#include <java-testing-utils/load_java_class.h>
1313

1414
#include <goto-programs/goto_convert_functions.h>
1515
#include <goto-programs/remove_virtual_functions.h>

jbmc/unit/java_bytecode/java_virtual_functions/virtual_functions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
77
\*******************************************************************/
88

9+
#include <java-testing-utils/load_java_class.h>
910
#include <testing-utils/catch.hpp>
1011
#include <testing-utils/message.h>
11-
#include <java-testing-utils/load_java_class.h>
1212

1313
#include <goto-programs/goto_convert_functions.h>
1414
#include <goto-programs/remove_virtual_functions.h>

0 commit comments

Comments
 (0)