summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-04-10 23:26:17 +0200
committerJunio C Hamano <gitster@pobox.com>2018-04-11 11:11:00 +0200
commite233bef43e4a73ec183eb927ab4803aefc77bab9 (patch)
treec4e93988a6382aaa4e3251d5a8d696356e7a7191 /utf8.c
parentwrite_or_die.c: rename to use dashes in file name (diff)
downloadgit-e233bef43e4a73ec183eb927ab4803aefc77bab9.tar.xz
git-e233bef43e4a73ec183eb927ab4803aefc77bab9.zip
unicode_width.h: rename to use dash in file name
This is more consistent with the project style. The majority of Git's source files use dashes in preference to underscores in their file names. Also adjust contrib/update-unicode as well. Signed-off-by: Stefan Beller <sbeller@google.com>
Diffstat (limited to '')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 2c27ce0137..4419055b48 100644
--- a/utf8.c
+++ b/utf8.c
@@ -81,7 +81,7 @@ static int git_wcwidth(ucs_char_t ch)
/*
* Sorted list of non-overlapping intervals of non-spacing characters,
*/
-#include "unicode_width.h"
+#include "unicode-width.h"
/* test for 8-bit control characters */
if (ch == 0)