mirror of
https://github.com/git/git.git
synced 2025-09-10 22:44:50 +02:00
pretty.h: move has_non_ascii() declaration from commit.h
The function is defined in pretty.c, so this moves the declaration to a more logical place. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
41771fa435
commit
b6c09c03eb
@@ -2,12 +2,12 @@
|
||||
* Copyright (C) 2005 Junio C Hamano
|
||||
* Copyright (C) 2010 Google Inc.
|
||||
*/
|
||||
#include "cache.h"
|
||||
#include "git-compat-util.h"
|
||||
#include "diff.h"
|
||||
#include "diffcore.h"
|
||||
#include "xdiff-interface.h"
|
||||
#include "kwset.h"
|
||||
#include "commit.h"
|
||||
#include "pretty.h"
|
||||
#include "quote.h"
|
||||
|
||||
typedef int (*pickaxe_fn)(mmfile_t *one, mmfile_t *two,
|
||||
|
||||
Reference in New Issue
Block a user