Merge branch 'gf/unused-includes'
Remove unused includes. * gf/unused-includes: apply.c: remove unnecessary include serve.c: remove unnecessary includemaint
commit
87d6bec2c8
|
|
@ -1,7 +1,6 @@
|
||||||
#include "cache.h"
|
#include "cache.h"
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "lockfile.h"
|
|
||||||
#include "apply.h"
|
#include "apply.h"
|
||||||
|
|
||||||
static const char * const apply_usage[] = {
|
static const char * const apply_usage[] = {
|
||||||
|
|
|
||||||
1
serve.c
1
serve.c
|
|
@ -3,7 +3,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "pkt-line.h"
|
#include "pkt-line.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "strvec.h"
|
|
||||||
#include "ls-refs.h"
|
#include "ls-refs.h"
|
||||||
#include "protocol-caps.h"
|
#include "protocol-caps.h"
|
||||||
#include "serve.h"
|
#include "serve.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue