gbranden pushed a commit to branch master
in repository groff.

commit 776404b8c38050f8b20b7dfaf0b032fc5bbc437c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Mar 26 12:47:05 2026 -0500

    [grohtml]: Improve header file incl discipline.
    
    * src/devices/grohtml/html-table.cpp: Improve header file inclusion
      discipline.  Drop unnecessary preprocessor inclusions of standard
      <stdio.h> and local (but nonexistent) "ctype.h" header files.
---
 ChangeLog                          | 7 +++++++
 src/devices/grohtml/html-table.cpp | 2 --
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 502b8f19d..fc63b4820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-03-26  G. Branden Robinson <[email protected]>
+
+       * src/devices/grohtml/html-table.cpp: Improve header file
+       inclusion discipline.  Drop unnecessary preprocessor
+       inclusions of standard <stdio.h> and local (but nonexistent)
+       "ctype.h" header files.
+
 2026-03-26  G. Branden Robinson <[email protected]>
 
        [grodvi,grolbp,grops]: Improve header file inclusion discipline.
diff --git a/src/devices/grohtml/html-table.cpp 
b/src/devices/grohtml/html-table.cpp
index 2e79d57f6..f0bc027cf 100644
--- a/src/devices/grohtml/html-table.cpp
+++ b/src/devices/grohtml/html-table.cpp
@@ -28,14 +28,12 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>. */
 #include <config.h>
 #endif
 
-#include <stdio.h> // FILE
 #include <stdlib.h> // atoi()
 
 #include "driver.h"
 #include "stringclass.h"
 #include "cset.h" // csspace()
 #include "html-table.h"
-#include "ctype.h"
 #include "html.h"
 #include "html-text.h"
 

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

Reply via email to