gbranden pushed a commit to branch master
in repository groff.

commit eaa07d3241eecb1164b48b547ff75bddae502a64
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+       * 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 <[email protected]>
 
        [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 {

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to