Merge branch 'dp/remove-duplicated-header-inclusion'

Code clean-up.

* dp/remove-duplicated-header-inclusion:
  do not include the same header twice
This commit is contained in:
Junio C Hamano 2015-02-25 15:40:14 -08:00
Родитель 81a535da88 5d308512ff
Коммит a75c663cd2
4 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -11,7 +11,6 @@
#include "run-command.h"
#include "parse-options.h"
#include "sigchain.h"
#include "transport.h"
#include "submodule.h"
#include "connected.h"
#include "argv-array.h"

Просмотреть файл

@ -1,7 +1,6 @@
#include "cache.h"
#include "string-list.h"
#include "run-command.h"
#include "string-list.h"
#include "commit.h"
#include "trailer.h"
/*

Просмотреть файл

@ -5,7 +5,6 @@
#include "commit.h"
#include "diff.h"
#include "revision.h"
#include "quote.h"
#include "remote.h"
#include "string-list.h"
#include "thread-utils.h"

Просмотреть файл

@ -1,6 +1,5 @@
#include "cache.h"
#include "userdiff.h"
#include "cache.h"
#include "attr.h"
static struct userdiff_driver *drivers;