Skip to content

Commit

Permalink
Remove useless includes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Dec 11, 2014
1 parent cb6201b commit a9d993f
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
#include <string.h>
extern int _go_git_blob_create_fromchunks(git_oid *id,
Expand Down
1 change: 0 additions & 1 deletion branch.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
*/
import "C"

Expand Down
1 change: 0 additions & 1 deletion clone.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
*/
import "C"
Expand Down
1 change: 0 additions & 1 deletion commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
extern int _go_git_treewalk(git_tree *tree, git_treewalk_mode mode, void *ptr);
*/
Expand Down
1 change: 0 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
*/
import "C"
import (
Expand Down
1 change: 0 additions & 1 deletion credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
*/
import "C"
import "unsafe"
Expand Down
1 change: 0 additions & 1 deletion git.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
*/
import "C"
import (
Expand Down
1 change: 0 additions & 1 deletion index.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
extern int _go_git_index_add_all(git_index*, const git_strarray*, unsigned int, void*);
extern int _go_git_index_update_all(git_index*, const git_strarray*, void*);
Expand Down
1 change: 0 additions & 1 deletion merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
extern git_annotated_commit** _go_git_make_merge_head_array(size_t len);
extern void _go_git_annotated_commit_array_set(git_annotated_commit** array, git_annotated_commit* ptr, size_t n);
Expand Down
1 change: 0 additions & 1 deletion object.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
*/
import "C"
import "runtime"
Expand Down
1 change: 0 additions & 1 deletion odb.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
extern int _go_git_odb_foreach(git_odb *db, void *payload);
extern void _go_git_odb_backend_free(git_odb_backend *backend);
Expand Down
1 change: 0 additions & 1 deletion packbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
#include <git2/pack.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion push.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
int _go_git_push_status_foreach(git_push *push, void *data);
int _go_git_push_set_callbacks(git_push *push, void *packbuilder_progress_data, void *transfer_progress_data);
Expand Down
1 change: 0 additions & 1 deletion refdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
#include <git2/sys/refdb_backend.h>
extern void _go_git_refdb_backend_free(git_refdb_backend *backend);
Expand Down
1 change: 0 additions & 1 deletion reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
*/
import "C"
import (
Expand Down
1 change: 0 additions & 1 deletion revparse.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
extern void _go_git_revspec_free(git_revspec *revspec);
*/
Expand Down
1 change: 0 additions & 1 deletion status.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
*/
import "C"

Expand Down
1 change: 0 additions & 1 deletion submodule.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
extern int _go_git_visit_submodule(git_repository *repo, void *fct);
*/
Expand Down
1 change: 0 additions & 1 deletion tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
extern int _go_git_treewalk(git_tree *tree, git_treewalk_mode mode, void *ptr);
*/
Expand Down
1 change: 0 additions & 1 deletion walk.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package git

/*
#include <git2.h>
#include <git2/errors.h>
*/
import "C"

Expand Down

0 comments on commit a9d993f

Please sign in to comment.