// This file is just a placeholder, please use the libgit2 package directly instead
module git.c.sys.index;
public import deimos.git2.sys.index;

pragma(msg, "Deprecated import git.c.sys.index used. Please import deimos.git2.sys.index instead.");