lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6ceeaf8 1/8: Say why headers are included if


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6ceeaf8 1/8: Say why headers are included if not obvious
Date: Mon, 31 Jul 2017 17:24:17 -0400 (EDT)

branch: master
commit 6ceeaf85fcabb2044e9a35cdb0b18ff64ebcfd13
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Say why headers are included if not obvious
---
 ledger_text_formats.cpp | 6 +++---
 ledger_text_formats.hpp | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ledger_text_formats.cpp b/ledger_text_formats.cpp
index ccf5f50..2ccba43 100644
--- a/ledger_text_formats.cpp
+++ b/ledger_text_formats.cpp
@@ -39,10 +39,10 @@
 #include "miscellany.hpp"
 #include "value_cast.hpp"
 
-#include <algorithm>
+#include <algorithm>                    // find()
 #include <fstream>
-#include <iomanip>
-#include <ios>
+#include <iomanip>                      // setprecision()
+#include <ios>                          // ios_base
 #include <locale>
 #include <map>
 #include <ostream>
diff --git a/ledger_text_formats.hpp b/ledger_text_formats.hpp
index 696a352..11349f3 100644
--- a/ledger_text_formats.hpp
+++ b/ledger_text_formats.hpp
@@ -29,7 +29,7 @@
 
 #include <iosfwd>
 #include <string>
-#include <utility>
+#include <utility>                      // pair
 #include <vector>
 
 class Ledger;



reply via email to

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