[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 81c9267 2/5: Remove unnecessary "enum" from h
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 81c9267 2/5: Remove unnecessary "enum" from header-inclusion comments |
Date: |
Tue, 9 Nov 2021 15:03:44 -0500 (EST) |
branch: master
commit 81c92679cca6c64ce0a9bc189085886bd9e433ef
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>
Remove unnecessary "enum" from header-inclusion comments
---
census_view.hpp | 2 +-
emit_ledger.hpp | 2 +-
gpt_server.hpp | 2 +-
group_values.hpp | 2 +-
illustration_view.hpp | 2 +-
illustrator.hpp | 2 +-
mec_server.hpp | 2 +-
round_to.hpp | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/census_view.hpp b/census_view.hpp
index 63eda0f..fa946bd 100644
--- a/census_view.hpp
+++ b/census_view.hpp
@@ -28,7 +28,7 @@
#include "input.hpp"
#include "ledger.hpp"
-#include "mc_enum_type_enums.hpp" // enum mcenum_emission
+#include "mc_enum_type_enums.hpp" // mcenum_emission
#include "oecumenic_enumerations.hpp"
#include <wx/object.h> // wxObjectDataPtr
diff --git a/emit_ledger.hpp b/emit_ledger.hpp
index e46da9c..70a827b 100644
--- a/emit_ledger.hpp
+++ b/emit_ledger.hpp
@@ -24,7 +24,7 @@
#include "config.hpp"
-#include "mc_enum_type_enums.hpp" // enum mcenum_emission
+#include "mc_enum_type_enums.hpp" // mcenum_emission
#include "path.hpp"
#include "so_attributes.hpp"
diff --git a/gpt_server.hpp b/gpt_server.hpp
index 54962ef..6fe812b 100644
--- a/gpt_server.hpp
+++ b/gpt_server.hpp
@@ -25,7 +25,7 @@
#include "config.hpp"
#include "gpt_state.hpp"
-#include "mc_enum_type_enums.hpp" // enum mcenum_emission
+#include "mc_enum_type_enums.hpp" // mcenum_emission
#include "path.hpp"
#include "so_attributes.hpp"
diff --git a/group_values.hpp b/group_values.hpp
index 0ceeea1..4e3bca2 100644
--- a/group_values.hpp
+++ b/group_values.hpp
@@ -24,7 +24,7 @@
#include "config.hpp"
-#include "mc_enum_type_enums.hpp" // enum mcenum_emission
+#include "mc_enum_type_enums.hpp" // mcenum_emission
#include "path.hpp"
#include "so_attributes.hpp"
diff --git a/illustration_view.hpp b/illustration_view.hpp
index cf6f75d..4a3d73a 100644
--- a/illustration_view.hpp
+++ b/illustration_view.hpp
@@ -34,7 +34,7 @@
#include "view_ex.hpp"
-#include "mc_enum_type_enums.hpp" // enum mcenum_emission
+#include "mc_enum_type_enums.hpp" // mcenum_emission
#include "oecumenic_enumerations.hpp"
#include <wx/event.h>
diff --git a/illustrator.hpp b/illustrator.hpp
index d553791..56434a3 100644
--- a/illustrator.hpp
+++ b/illustrator.hpp
@@ -24,7 +24,7 @@
#include "config.hpp"
-#include "mc_enum_type_enums.hpp" // enum mcenum_emission
+#include "mc_enum_type_enums.hpp" // mcenum_emission
#include "path.hpp"
#include "so_attributes.hpp"
diff --git a/mec_server.hpp b/mec_server.hpp
index 68164b5..2ef9a8a 100644
--- a/mec_server.hpp
+++ b/mec_server.hpp
@@ -24,7 +24,7 @@
#include "config.hpp"
-#include "mc_enum_type_enums.hpp" // enum mcenum_emission
+#include "mc_enum_type_enums.hpp" // mcenum_emission
#include "mec_state.hpp"
#include "path.hpp"
#include "so_attributes.hpp"
diff --git a/round_to.hpp b/round_to.hpp
index 54f552e..1bf5131 100644
--- a/round_to.hpp
+++ b/round_to.hpp
@@ -25,7 +25,7 @@
#include "config.hpp"
#include "currency.hpp"
-#include "mc_enum_type_enums.hpp" // enum rounding_style
+#include "mc_enum_type_enums.hpp" // rounding_style
#include "stl_extensions.hpp" // nonstd::power()
#include <cmath> // fabs(), floor(), rint()