[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 48/80: src/roff/troff/hvunits.h: Drop some boilerplate.
From: |
G. Branden Robinson |
Subject: |
[groff] 48/80: src/roff/troff/hvunits.h: Drop some boilerplate. |
Date: |
Sat, 30 Nov 2024 04:02:22 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit eaa07d3241eecb1164b48b547ff75bddae502a64
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Nov 27 22:29:21 2024 -0600
src/roff/troff/hvunits.h: Drop some boilerplate.
* src/roff/troff/hvunits.h: Drop Autoconf "<config.h>"-inclusion
boilerplate; troff's ".cpp" files reliably have it now.
---
ChangeLog | 5 +++++
src/roff/troff/hvunits.h | 4 ----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2eb000c9b..f1dfe1dca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-27 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * src/roff/troff/hvunits.h: Drop Autoconf "<config.h>"-inclusion
+ boilerplate; troff's ".cpp" files reliably have it now.
+
2024-11-27 G. Branden Robinson <g.branden.robinson@gmail.com>
[troff]: Align with modern groff conventions.
diff --git a/src/roff/troff/hvunits.h b/src/roff/troff/hvunits.h
index 63de9c405..7ff6e9ac1 100644
--- a/src/roff/troff/hvunits.h
+++ b/src/roff/troff/hvunits.h
@@ -16,10 +16,6 @@ for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include <stdckdint.h>
class vunits {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 48/80: src/roff/troff/hvunits.h: Drop some boilerplate.,
G. Branden Robinson <=