Skip to content

Commit 1044921

Browse files
committed
Fix include order.
1 parent 4cc86e9 commit 1044921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/tao/json/jaxn/internal/integer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
#include <type_traits>
1313

1414
#include <tao/pegtl/ascii.hpp>
15-
#include <tao/pegtl/parse.hpp>
16-
#include <tao/pegtl/rules.hpp>
1715
#include <tao/pegtl/nothing.hpp>
16+
#include <tao/pegtl/parse.hpp>
1817
#include <tao/pegtl/parse_error.hpp>
18+
#include <tao/pegtl/rules.hpp>
1919

2020
#include <tao/pegtl/contrib/integer.hpp>
2121

0 commit comments

Comments
 (0)