[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master e724fc0 1/3: Improve header grouping
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master e724fc0 1/3: Improve header grouping |
Date: |
Mon, 10 Jun 2019 12:34:54 -0400 (EDT) |
branch: master
commit e724fc04e67b91126cd4185e9bfa401b3ff7308e
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Improve header grouping
---
product_file_test.cpp | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/product_file_test.cpp b/product_file_test.cpp
index 063667d..dddef03 100644
--- a/product_file_test.cpp
+++ b/product_file_test.cpp
@@ -21,18 +21,20 @@
#include "pchfile.hpp"
-#include "data_directory.hpp" // AddDataDir()
+// Facilities offered by all of these headers are tested here.
#include "database.hpp"
#include "dbdict.hpp"
#include "fund_data.hpp"
-#include "global_settings.hpp"
-#include "path_utility.hpp" // initialize_filesystem()
#include "product_data.hpp"
#include "rounding_rules.hpp"
#include "stratified_charges.hpp"
+// End of headers tested here.
+#include "data_directory.hpp" // AddDataDir()
+#include "global_settings.hpp"
+#include "path_utility.hpp" // initialize_filesystem()
#include "test_tools.hpp"
-#include "timer.hpp"
+#include "timer.hpp" // TimeAnAliquot()
#include <string>
#include <utility> // move()