lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 24305a6 3/3: Collocate #include directives


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 24305a6 3/3: Collocate #include directives
Date: Sun, 19 Feb 2017 11:39:13 -0500 (EST)

branch: master
commit 24305a6878243ee0f8bb74b113fe1fbcfec8e6c7
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Collocate #include directives
---
 account_value.hpp            | 2 +-
 catch_exceptions.hpp         | 6 +++---
 group_quote_pdf_gen_wx.cpp   | 2 +-
 ihs_irc7702.cpp              | 2 +-
 input_sequence_entry.cpp     | 4 ++--
 input_sequence_parser.hpp    | 2 +-
 multidimgrid_any.hpp         | 2 +-
 mvc_controller.cpp           | 2 +-
 pchlist.hpp                  | 2 +-
 wx_test_about_version.cpp    | 2 +-
 wx_test_benchmark_census.cpp | 2 +-
 wx_test_expiry_dates.cpp     | 2 +-
 12 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/account_value.hpp b/account_value.hpp
index 374bdb5..a9bd5ad 100644
--- a/account_value.hpp
+++ b/account_value.hpp
@@ -29,8 +29,8 @@
 #include "so_attributes.hpp"
 #include "uncopyable_lmi.hpp"
 
-#include <iosfwd>
 #include <fstream>
+#include <iosfwd>
 #include <memory>                       // std::shared_ptr
 #include <string>
 #include <vector>
diff --git a/catch_exceptions.hpp b/catch_exceptions.hpp
index 1207c41..6af7b2c 100644
--- a/catch_exceptions.hpp
+++ b/catch_exceptions.hpp
@@ -57,12 +57,12 @@
 
 #include "exit_codes.hpp"
 
-#include <string>
-#include <new>                          // bad_alloc
-#include <typeinfo>                     // bad_cast, bad_typeid
 #include <exception>                    // exception, bad_exception
+#include <new>                          // bad_alloc
 #include <ostream>
 #include <stdexcept>
+#include <string>
+#include <typeinfo>                     // bad_cast, bad_typeid
 
 // GWC changed namespace 'boost' to prevent any conflict with code in
 // a later version of boost.
diff --git a/group_quote_pdf_gen_wx.cpp b/group_quote_pdf_gen_wx.cpp
index 940dc2b..bd862a6 100644
--- a/group_quote_pdf_gen_wx.cpp
+++ b/group_quote_pdf_gen_wx.cpp
@@ -30,8 +30,8 @@
 #include "force_linking.hpp"
 #include "ledger.hpp"
 #include "ledger_invariant.hpp"
-#include "ledger_variant.hpp"
 #include "ledger_text_formats.hpp"      // ledger_format()
+#include "ledger_variant.hpp"
 #include "mc_enum_types_aux.hpp"        // is_subject_to_ill_reg()
 #include "miscellany.hpp"               // split_into_lines()
 #include "oecumenic_enumerations.hpp"   // oenum_format_style
diff --git a/ihs_irc7702.cpp b/ihs_irc7702.cpp
index 9d6d012..42dffdd 100644
--- a/ihs_irc7702.cpp
+++ b/ihs_irc7702.cpp
@@ -1034,8 +1034,8 @@ double Irc7702::premiums_paid() const
 
 #include "ihs_timer.hpp"
 
-#include <iostream>
 #include <iomanip>
+#include <iostream>
 
 // SOA table 120: "1980 CSO 50% Male Age nearest"
 static double const Q[100] =
diff --git a/input_sequence_entry.cpp b/input_sequence_entry.cpp
index 3c588d2..9679c2d 100644
--- a/input_sequence_entry.cpp
+++ b/input_sequence_entry.cpp
@@ -27,8 +27,8 @@
 #include "assert_lmi.hpp"
 #include "contains.hpp"
 #include "input.hpp"
-#include "input_sequence_aux.hpp"       // extract_keys_from_string_map()
 #include "input_sequence.hpp"
+#include "input_sequence_aux.hpp"       // extract_keys_from_string_map()
 #include "mvc_controller.hpp"
 #include "numeric_io_cast.hpp"
 #include "value_cast.hpp"
@@ -46,8 +46,8 @@
 #include <wx/spinctrl.h>
 #include <wx/stattext.h>
 #include <wx/textctrl.h>
-#include <wx/wupdlock.h>
 #include <wx/valtext.h>
+#include <wx/wupdlock.h>
 
 #include <algorithm>                    // std::copy()
 #include <exception>
diff --git a/input_sequence_parser.hpp b/input_sequence_parser.hpp
index 8f76afc..d88ea18 100644
--- a/input_sequence_parser.hpp
+++ b/input_sequence_parser.hpp
@@ -31,8 +31,8 @@
 #include "so_attributes.hpp"
 #include "uncopyable_lmi.hpp"
 
-#include <string>
 #include <sstream>
+#include <string>
 #include <vector>
 
 class SequenceParser
diff --git a/multidimgrid_any.hpp b/multidimgrid_any.hpp
index bd72eb9..e0159cb 100644
--- a/multidimgrid_any.hpp
+++ b/multidimgrid_any.hpp
@@ -94,8 +94,8 @@
 
 #include <boost/any.hpp>
 
-#include <wx/grid.h>
 #include <wx/choice.h>
+#include <wx/grid.h>
 
 #include <cstddef>                      // std::size_t
 #include <memory>                       // std::shared_ptr
diff --git a/mvc_controller.cpp b/mvc_controller.cpp
index 634a8ec..66cbd09 100644
--- a/mvc_controller.cpp
+++ b/mvc_controller.cpp
@@ -48,8 +48,8 @@
 #include <wx/spinctrl.h>
 #include <wx/textctrl.h>
 #include <wx/utils.h>                   // wxBusyCursor
-#include <wx/xrc/xmlres.h>
 #include <wx/wupdlock.h>
+#include <wx/xrc/xmlres.h>
 
 #include <cstddef>                      // std::size_t
 #include <cstring>                      // std::strlen()
diff --git a/pchlist.hpp b/pchlist.hpp
index cb506e5..b15a4cc 100644
--- a/pchlist.hpp
+++ b/pchlist.hpp
@@ -94,8 +94,8 @@
 #   include "tn_range.hpp"
 #   include "tn_range_type_trammels.hpp"
 #   include "tn_range_types.hpp"
-#   include "xml_serializable.hpp"
 #   include "value_cast.hpp"
+#   include "xml_serializable.hpp"
 #   include "yare_input.hpp"
 #   include "zero.hpp"
 
diff --git a/wx_test_about_version.cpp b/wx_test_about_version.cpp
index 58c74d0..d67cd92 100644
--- a/wx_test_about_version.cpp
+++ b/wx_test_about_version.cpp
@@ -23,8 +23,8 @@
 
 #include "assert_lmi.hpp"
 #include "calendar_date.hpp"
-#include "wx_test_case.hpp"
 #include "version.hpp"
+#include "wx_test_case.hpp"
 
 #include <wx/crt.h>
 #include <wx/dialog.h>
diff --git a/wx_test_benchmark_census.cpp b/wx_test_benchmark_census.cpp
index d831009..2b4190b 100644
--- a/wx_test_benchmark_census.cpp
+++ b/wx_test_benchmark_census.cpp
@@ -22,9 +22,9 @@
 #include "pchfile_wx.hpp"
 
 #include "assert_lmi.hpp"
+#include "uncopyable_lmi.hpp"
 #include "wx_test_case.hpp"
 #include "wx_test_statusbar.hpp"
-#include "uncopyable_lmi.hpp"
 
 #include <wx/crt.h>
 #include <wx/dialog.h>
diff --git a/wx_test_expiry_dates.cpp b/wx_test_expiry_dates.cpp
index 9f2d185..3f743f5 100644
--- a/wx_test_expiry_dates.cpp
+++ b/wx_test_expiry_dates.cpp
@@ -24,9 +24,9 @@
 #include "assert_lmi.hpp"
 #include "calendar_date.hpp"
 #include "global_settings.hpp"
+#include "version.hpp"
 #include "wx_test_case.hpp"
 #include "wx_test_date.hpp"
-#include "version.hpp"
 
 #include <wx/crt.h>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]