[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 50/80: [lookbib]: Align with modern groff conventions.
From: |
G. Branden Robinson |
Subject: |
[groff] 50/80: [lookbib]: Align with modern groff conventions. |
Date: |
Sat, 30 Nov 2024 04:02:22 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 468e118ccf5a48dc7763bddeeca7c9a8f4adfd60
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 <g.branden.robinson@gmail.com>
+
+ [lookbib]: Align with modern groff conventions.
+
+ * src/utils/lookbib/lookbib.cpp: Include system library headers
+ before local ones.
+
2024-11-27 G. Branden Robinson <g.branden.robinson@gmail.com>
[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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 50/80: [lookbib]: Align with modern groff conventions.,
G. Branden Robinson <=