aboutsummaryrefslogtreecommitdiffstats
path: root/stagit-index.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2016-05-03 00:38:33 +0200
committerHiltjo Posthuma <[email protected]>2016-05-03 00:38:33 +0200
commit069f105725677ce2784d3d0def156c3115c9e330 (patch)
tree44f719a78101de24a4ecf94f8048d8a68b445b37 /stagit-index.c
parentaa36e0c9b4d8da06c5dc03a461f9d3fe69a1e7fb (diff)
downloadstagit-069f105725677ce2784d3d0def156c3115c9e330.tar.gz
stagit-069f105725677ce2784d3d0def156c3115c9e330.zip
remove config.h, add options to stagit.c
Diffstat (limited to 'stagit-index.c')
-rw-r--r--stagit-index.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stagit-index.c b/stagit-index.c
index afd8320..8a01894 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -12,7 +12,6 @@
#include <git2.h>
#include "compat.h"
-#include "config.h"
static git_repository *repo;