Skip to content

Commit 19f303a

Browse files
committed
cleanup: fix include order
When touching a file, the linter also complains about the order of includes that existed before. To make the linter happy, reorder the includes accordingly.
1 parent 719e45c commit 19f303a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/reachability_slicer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Author: Daniel Kroening, [email protected]
1717

1818
#include <stack>
1919

20+
#include <goto-programs/cfg.h>
2021
#include <goto-programs/remove_calls_no_body.h>
2122
#include <goto-programs/remove_skip.h>
2223
#include <goto-programs/remove_unreachable.h>
23-
#include <goto-programs/cfg.h>
2424

2525
#include "util/message.h"
2626

0 commit comments

Comments
 (0)