completion: add support for completing email aliases
[gitweb.git] / builtin / notes.c
index bb23d5501c9a00818b880217d748c5fd1bcfe5cc..515cebbeb8a33eb982a1ddccdc9d69e09beefb1d 100644 (file)
@@ -19,7 +19,7 @@
 #include "string-list.h"
 #include "notes-merge.h"
 #include "notes-utils.h"
-#include "branch.h"
+#include "worktree.h"
 
 static const char * const git_notes_usage[] = {
        N_("git notes [--ref <notes-ref>] [list [<object>]]"),