summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-04-10 21:26:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-11 09:11:00 (GMT)
commite233bef43e4a73ec183eb927ab4803aefc77bab9 (patch)
treec4e93988a6382aaa4e3251d5a8d696356e7a7191 /utf8.c
parentfa2656f1da2c01e139423d98b7cbc52cbeadb52c (diff)
downloadgit-e233bef43e4a73ec183eb927ab4803aefc77bab9.zip
git-e233bef43e4a73ec183eb927ab4803aefc77bab9.tar.gz
git-e233bef43e4a73ec183eb927ab4803aefc77bab9.tar.bz2
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 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 2c27ce0..4419055 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)