t1300: fix the new --show-origin tests on Windows
[gitweb.git] / dir.h
diff --git a/dir.h b/dir.h
index 3ec3fb0dca22164134ea0700094bf63bdc6ad329..cd46f30017ce239720926afdad4301b2ac402ccf 100644 (file)
--- a/dir.h
+++ b/dir.h
@@ -4,7 +4,6 @@
 /* See Documentation/technical/api-directory-listing.txt */
 
 #include "strbuf.h"
-#include "string-list.h"
 
 struct dir_entry {
        unsigned int len;
@@ -35,8 +34,6 @@ struct exclude {
         * and from -1 decrementing for patterns from CLI args.
         */
        int srcpos;
-
-       struct string_list sticky_paths;
 };
 
 /*