Commit e26fcd24702eeb5123110a20d56d93cdc33c70e5

Authored by Henry Schreiner
Committed by Henry Schreiner
1 parent 3e651e3b

fix composite order

Showing 1 changed file with 2 additions and 2 deletions
include/CLI/CLI.hpp
@@ -6,12 +6,12 @@ @@ -6,12 +6,12 @@
6 // CLI Library includes 6 // CLI Library includes
7 // Order is important for combiner script 7 // Order is important for combiner script
8 8
  9 +#include "CLI/StringTools.hpp"
  10 +
9 #include "CLI/Error.hpp" 11 #include "CLI/Error.hpp"
10 12
11 #include "CLI/TypeTools.hpp" 13 #include "CLI/TypeTools.hpp"
12 14
13 -#include "CLI/StringTools.hpp"  
14 -  
15 #include "CLI/Split.hpp" 15 #include "CLI/Split.hpp"
16 16
17 #include "CLI/Ini.hpp" 17 #include "CLI/Ini.hpp"