diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-git.c b/core/save-git.c index 1c68e9652..dceb45902 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -22,7 +22,7 @@ #include "membuffer.h" #include "git-access.h" #include "version.h" -#include "qthelperfromc.h" +#include "qthelper.h" #include "gettext.h" #define VA_BUF(b, fmt) do { va_list args; va_start(args, fmt); put_vformat(b, fmt, args); va_end(args); } while (0) |