Skip to content

Commit 4232b15

Browse files
committed
Pacify clang-format
Adding an include in a prior commit --> I must sort the other ones, apparently :)
1 parent b2fe035 commit 4232b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/jbmc/jbmc_parse_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Author: Daniel Kroening, [email protected]
1212
#ifndef CPROVER_JBMC_JBMC_PARSE_OPTIONS_H
1313
#define CPROVER_JBMC_JBMC_PARSE_OPTIONS_H
1414

15-
#include <util/ui_message.h>
1615
#include <util/parse_options.h>
1716
#include <util/timestamper.h>
17+
#include <util/ui_message.h>
1818
#include <util/validation_interface.h>
1919

2020
#include <langapi/language.h>

0 commit comments

Comments
 (0)