lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master c8143ad 02/33: Include "path.hpp" even if it


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c8143ad 02/33: Include "path.hpp" even if it might not be needed today
Date: Mon, 3 May 2021 08:15:50 -0400 (EDT)

branch: master
commit c8143ad8c062e4c374e9e044633d4c6e10dce48a
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Include "path.hpp" even if it might not be needed today
    
    Generally prefer to include "path.hpp" if a file contains 'fs::' other
    than in the interface specified in its included class header; then it
    doesn't have to be added later if the interface changes.
---
 antediluvian_stubs.cpp      | 1 +
 configurable_settings.cpp   | 1 +
 ihs_avdebug.cpp             | 1 +
 preferences_model.cpp       | 1 +
 wx_test_validate_output.cpp | 1 +
 5 files changed, 5 insertions(+)

diff --git a/antediluvian_stubs.cpp b/antediluvian_stubs.cpp
index f240273..b29aaf6 100644
--- a/antediluvian_stubs.cpp
+++ b/antediluvian_stubs.cpp
@@ -28,6 +28,7 @@
 #include "lingo.hpp"
 #include "lmi.hpp"                      // is_antediluvian_fork()
 #include "mec_server.hpp"
+#include "path.hpp"
 #include "product_data.hpp"
 #include "stratified_charges.hpp"
 #include "verify_products.hpp"
diff --git a/configurable_settings.cpp b/configurable_settings.cpp
index 580baf2..df5e574 100644
--- a/configurable_settings.cpp
+++ b/configurable_settings.cpp
@@ -31,6 +31,7 @@
 #include "map_lookup.hpp"
 #include "mc_enum.hpp"                  // all_strings<>()
 #include "mc_enum_type_enums.hpp"       // mcenum_report_column
+#include "path.hpp"
 #include "path_utility.hpp"             // validate_directory(), 
validate_filepath()
 #include "platform_dependent.hpp"       // access()
 
diff --git a/ihs_avdebug.cpp b/ihs_avdebug.cpp
index cdaac07..22ecfc3 100644
--- a/ihs_avdebug.cpp
+++ b/ihs_avdebug.cpp
@@ -31,6 +31,7 @@
 #include "ledger_invariant.hpp"
 #include "mc_enum_types_aux.hpp"        // mc_str()
 #include "miscellany.hpp"
+#include "path.hpp"
 #include "path_utility.hpp"
 #include "value_cast.hpp"
 
diff --git a/preferences_model.cpp b/preferences_model.cpp
index 8268da3..eddfda5 100644
--- a/preferences_model.cpp
+++ b/preferences_model.cpp
@@ -26,6 +26,7 @@
 #include "alert.hpp"
 #include "configurable_settings.hpp"
 #include "miscellany.hpp"               // begins_with()
+#include "path.hpp"
 #include "path_utility.hpp"             // remove_alien_msw_root()
 #include "ssize_lmi.hpp"
 #include "value_cast.hpp"
diff --git a/wx_test_validate_output.cpp b/wx_test_validate_output.cpp
index 3e22bf9..090c333 100644
--- a/wx_test_validate_output.cpp
+++ b/wx_test_validate_output.cpp
@@ -24,6 +24,7 @@
 #include "assert_lmi.hpp"
 #include "configurable_settings.hpp"
 #include "mvc_controller.hpp"
+#include "path.hpp"
 #include "path_utility.hpp"
 #include "wx_test_case.hpp"
 #include "wx_test_new.hpp"



reply via email to

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