gbranden pushed a commit to branch master
in repository groff.
commit 468e118ccf5a48dc7763bddeeca7c9a8f4adfd60
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Nov 27 22:18:47 2024 -0600
[lookbib]: Align with modern groff conventions.
* src/utils/lookbib/lookbib.cpp: Include system library headers before
local ones.
---
ChangeLog | 7 +++++++
src/utils/lookbib/lookbib.cpp | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f8522b5a3..dfaadd434 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-11-27 G. Branden Robinson <[email protected]>
+
+ [lookbib]: Align with modern groff conventions.
+
+ * src/utils/lookbib/lookbib.cpp: Include system library headers
+ before local ones.
+
2024-11-27 G. Branden Robinson <[email protected]>
[indxbib]: Align with modern groff conventions.
diff --git a/src/utils/lookbib/lookbib.cpp b/src/utils/lookbib/lookbib.cpp
index 1eb0743b5..359abcc0c 100644
--- a/src/utils/lookbib/lookbib.cpp
+++ b/src/utils/lookbib/lookbib.cpp
@@ -16,8 +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/>. */
-#include "lib.h"
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -26,6 +24,8 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdlib.h>
+#include "lib.h"
+
#include "errarg.h"
#include "error.h"
#include "cset.h"
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit