Skip to content

Commit

Permalink
Update include paths
Browse files Browse the repository at this point in the history
libgit2 is now placed at <git2.h>

Signed-off-by: Vicent Marti <tanoku@gmail.com>
  • Loading branch information
vmg committed Dec 7, 2010
1 parent abfb3d0 commit ad27cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext/rugged/rugged.h
Expand Up @@ -29,8 +29,8 @@
#include <ruby.h>

#include <assert.h>
#include <git.h>
#include <git/odb_backend.h>
#include <git2.h>
#include <git2/odb_backend.h>

/*
* Initialization functions
Expand Down
1 change: 0 additions & 1 deletion ext/rugged/rugged_backend.c
Expand Up @@ -24,7 +24,6 @@
*/

#include "rugged.h"
#include <git/odb_backend.h>

extern VALUE rb_mRugged;
extern VALUE rb_cRuggedRawObject;
Expand Down

0 comments on commit ad27cf2

Please sign in to comment.