treewide: remove unnecessary inclusion of gettext.h
Looking at things from the opposite angle of the last patch, we had a few files that were including gettext.h and perhaps needed it at some point in history, but no longer require it. Remove the include. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f394e093df
commit
553d4d70d1
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#define GIT_TEST_PROGRESS_ONLY
|
#define GIT_TEST_PROGRESS_ONLY
|
||||||
#include "cache.h"
|
#include "cache.h"
|
||||||
#include "gettext.h"
|
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#include "test-tool.h"
|
#include "test-tool.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
#include "gettext.h"
|
|
||||||
|
|
||||||
int cmd__parse_pathspec_file(int argc, const char **argv)
|
int cmd__parse_pathspec_file(int argc, const char **argv)
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
*/
|
*/
|
||||||
#define GIT_TEST_PROGRESS_ONLY
|
#define GIT_TEST_PROGRESS_ONLY
|
||||||
#include "test-tool.h"
|
#include "test-tool.h"
|
||||||
#include "gettext.h"
|
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "thread-utils.h"
|
#include "thread-utils.h"
|
||||||
#include "wildmatch.h"
|
#include "wildmatch.h"
|
||||||
#include "gettext.h"
|
|
||||||
|
|
||||||
static int number_callbacks;
|
static int number_callbacks;
|
||||||
static int parallel_next(struct child_process *cp,
|
static int parallel_next(struct child_process *cp,
|
||||||
|
Loading…
Reference in New Issue
Block a user