gbranden pushed a commit to branch master
in repository groff.

commit 7d1e94a401423d28f19d0b1f1d6fb902b41cb530
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Mar 26 12:47:28 2026 -0500

    [grohtml]: Rearrange header file inclusions.
    
    * src/devices/grohtml/html-table.cpp: Arrange inclusions of libgroff
      header files before application-specific ones.
---
 ChangeLog                          | 5 +++++
 src/devices/grohtml/html-table.cpp | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fc63b4820..a488774c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-03-26  G. Branden Robinson <[email protected]>
+
+       * src/devices/grohtml/html-table.cpp: Arrange inclusions of
+       libgroff header files before application-specific ones.
+
 2026-03-26  G. Branden Robinson <[email protected]>
 
        * src/devices/grohtml/html-table.cpp: Improve header file
diff --git a/src/devices/grohtml/html-table.cpp 
b/src/devices/grohtml/html-table.cpp
index f0bc027cf..e8ae59bec 100644
--- a/src/devices/grohtml/html-table.cpp
+++ b/src/devices/grohtml/html-table.cpp
@@ -31,10 +31,11 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>. */
 #include <stdlib.h> // atoi()
 
 #include "driver.h"
-#include "stringclass.h"
 #include "cset.h" // csspace()
-#include "html-table.h"
+#include "stringclass.h"
+
 #include "html.h"
+#include "html-table.h"
 #include "html-text.h"
 
 #if !defined(TRUE)

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

Reply via email to