diff options
Diffstat (limited to 'gettext.c')
-rw-r--r-- | gettext.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,12 +2,12 @@ * Copyright (c) 2010 Ævar Arnfjörð Bjarmason */ -#include "cache.h" +#include "git-compat-util.h" +#include "abspath.h" +#include "environment.h" #include "exec-cmd.h" #include "gettext.h" -#include "strbuf.h" #include "utf8.h" -#include "config.h" #ifndef NO_GETTEXT # include <libintl.h> |