summaryrefslogtreecommitdiff
path: root/builtin/help.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-05-20 18:40:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-05-21 04:23:14 (GMT)
commit65b5f9483eafea0ccdea59884da4e00e0cfeee1f (patch)
treea6ffd68d8ba419391d7224d8ca3330ffbd0ad87f /builtin/help.c
parentd9fcc7f8715c22b315146594afa19b75b9568dd3 (diff)
downloadgit-65b5f9483eafea0ccdea59884da4e00e0cfeee1f.zip
git-65b5f9483eafea0ccdea59884da4e00e0cfeee1f.tar.gz
git-65b5f9483eafea0ccdea59884da4e00e0cfeee1f.tar.bz2
Move declaration for alias.c to alias.h
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/help.c')
-rw-r--r--builtin/help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/help.c b/builtin/help.c
index 5727fb5..6b4b3df 100644
--- a/builtin/help.c
+++ b/builtin/help.c
@@ -9,6 +9,7 @@
#include "run-command.h"
#include "column.h"
#include "help.h"
+#include "alias.h"
#ifndef DEFAULT_HELP_FORMAT
#define DEFAULT_HELP_FORMAT "man"