lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6592] Say why headers are included iff not obvious


From: gchicares
Subject: [lmi-commits] [6592] Say why headers are included iff not obvious
Date: Mon, 16 May 2016 16:08:18 +0000 (UTC)

Revision: 6592
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6592
Author:   chicares
Date:     2016-05-16 16:08:18 +0000 (Mon, 16 May 2016)
Log Message:
-----------
Say why headers are included iff not obvious

Modified Paths:
--------------
    lmi/trunk/catch_exceptions.hpp
    lmi/trunk/gpt_server.cpp
    lmi/trunk/mec_server.cpp
    lmi/trunk/test_main.cpp

Modified: lmi/trunk/catch_exceptions.hpp
===================================================================
--- lmi/trunk/catch_exceptions.hpp      2016-05-16 15:56:18 UTC (rev 6591)
+++ lmi/trunk/catch_exceptions.hpp      2016-05-16 16:08:18 UTC (rev 6592)
@@ -59,12 +59,12 @@
 
 #include "exit_codes.hpp"
 
-#include <string>             // for string
-#include <new>                // for bad_alloc
-#include <typeinfo>           // for bad_cast, bad_typeid
-#include <exception>          // for exception, bad_exception
-#include <ostream>            // for ostream
-#include <stdexcept>          // for std exception hierarchy
+#include <string>
+#include <new>                          // bad_alloc
+#include <typeinfo>                     // bad_cast, bad_typeid
+#include <exception>                    // exception, bad_exception
+#include <ostream>
+#include <stdexcept>
 
 // GWC changed namespace 'boost' to prevent any conflict with code in
 // a later version of boost.

Modified: lmi/trunk/gpt_server.cpp
===================================================================
--- lmi/trunk/gpt_server.cpp    2016-05-16 15:56:18 UTC (rev 6591)
+++ lmi/trunk/gpt_server.cpp    2016-05-16 16:08:18 UTC (rev 6592)
@@ -42,7 +42,7 @@
 #include "gpt_xml_document.hpp"
 #include "ihs_irc7702a.hpp"
 #include "ihs_server7702.hpp"           // RunServer7702FromStruct()
-#include "materially_equal.hpp"
+#include "materially_equal.hpp"         // material_difference()
 #include "math_functors.hpp"
 #include "mc_enum_types_aux.hpp"        // mc_state_from_string()
 #include "miscellany.hpp"               // ios_out_trunc_binary()

Modified: lmi/trunk/mec_server.cpp
===================================================================
--- lmi/trunk/mec_server.cpp    2016-05-16 15:56:18 UTC (rev 6591)
+++ lmi/trunk/mec_server.cpp    2016-05-16 16:08:18 UTC (rev 6592)
@@ -39,7 +39,7 @@
 #include "dbnames.hpp"
 #include "et_vector.hpp"
 #include "ihs_irc7702a.hpp"
-#include "materially_equal.hpp"
+#include "materially_equal.hpp"         // material_difference()
 #include "math_functors.hpp"
 #include "mc_enum_types_aux.hpp"        // mc_state_from_string()
 #include "mec_input.hpp"

Modified: lmi/trunk/test_main.cpp
===================================================================
--- lmi/trunk/test_main.cpp     2016-05-16 15:56:18 UTC (rev 6591)
+++ lmi/trunk/test_main.cpp     2016-05-16 16:08:18 UTC (rev 6592)
@@ -65,7 +65,7 @@
 
 #include "exit_codes.hpp"
 #include "fenv_lmi.hpp"
-#include "miscellany.hpp"
+#include "miscellany.hpp"               // stifle_warning_for_unused_value()
 #include "test_tools.hpp"
 
 #include <iostream>




reply via email to

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