[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 23 Dec 2024 12:17:01 -0500 (EST) |
branch: master
commit 86aa7fc81c01f75bed56151f8002f4815cc42e74
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Dec 23 15:25:19 2024 +0000
Remove system.h includes
* system.h: remove further unnecessary includes
---
ChangeLog | 6 ++++++
system.h | 7 -------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4221b57a47..c83240c835 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
+
+ Remove system.h includes
+
+ * system.h: remove further unnecessary includes
+
2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
Remove system.h include
diff --git a/system.h b/system.h
index e2d414311a..f90dd1bab2 100644
--- a/system.h
+++ b/system.h
@@ -36,13 +36,6 @@
#define _(String) gettext (String)
#define N_(String) (String)
-/* Additional gnulib includes. */
-#include "mbchar.h"
-#if HAVE_MBRTOWC
-#include "mbiter.h"
-#endif
-#include "mbswidth.h"
-
#include <sys/stat.h>
#if !defined(S_ISDIR) && defined(S_IFDIR)
# define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
- master updated (e3ddefe01b -> 309c8e11bb), Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject],
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23