diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-13 16:10:30 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-13 16:31:40 +0100 |
| commit | 5a09f7759860f4f2a9bb01471ca8099cd705bc10 (patch) | |
| tree | 3a9cffc9622d53c9196771a1c7924bceb754f118 /shared/systemd/src/basic/utf8.c | |
| parent | 25691220fd27093630cf244e219b2f4f1f4e749e (diff) | |
| parent | ca847639aab94434daed120c874e1100c3d75dcf (diff) | |
Merge remote-tracking branch 'salsa/debian/master'
Diffstat (limited to 'shared/systemd/src/basic/utf8.c')
| -rw-r--r-- | shared/systemd/src/basic/utf8.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/systemd/src/basic/utf8.c b/shared/systemd/src/basic/utf8.c index 3c51fa1f..ba28e129 100644 --- a/shared/systemd/src/basic/utf8.c +++ b/shared/systemd/src/basic/utf8.c @@ -28,7 +28,6 @@ #include <errno.h> #include <stdbool.h> #include <stdlib.h> -#include <string.h> #include "alloc-util.h" #include "gunicode.h" |