gbranden pushed a commit to branch master
in repository groff.

commit ebd05a69ab42167b6f676ce6c3af6067a6d5d2b8
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Mar 26 13:49:46 2026 -0500

    [grolbp]: Rearrange, annotate header file incls.
    
    * src/devices/grolbp/lbp.cpp: Rearrange and annotate header file
      inclusions, placing module-specific header files last, after those of
      libraries.
---
 ChangeLog                  | 6 ++++++
 src/devices/grolbp/lbp.cpp | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 98045874f..e666de1d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-03-26  G. Branden Robinson <[email protected]>
+
+       * src/devices/grolbp/lbp.cpp: Rearrange and annotate header file
+       inclusions, placing module-specific header files last, after
+       those of libraries.
+
 2026-03-23  G. Branden Robinson <[email protected]>
 
        [troff]: Fix `-Wformat-truncation` warnings.
diff --git a/src/devices/grolbp/lbp.cpp b/src/devices/grolbp/lbp.cpp
index 6020a747e..baee7ac78 100644
--- a/src/devices/grolbp/lbp.cpp
+++ b/src/devices/grolbp/lbp.cpp
@@ -41,12 +41,14 @@ TODO
 
 #include "nonposix.h"
 
-#include "charset.h"
 #include "driver.h"
-#include "lbp.h"
 #include "lib.h" // strsave()
 #include "paper.h"
 
+// grolbp
+#include "charset.h"
+#include "lbp.h"
+
 extern "C" const char *Version_string;
 
 static int user_papersize = -1;

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

Reply via email to