diff options
Diffstat (limited to 'src/plugins/git/changeselectiondialog.cpp')
-rw-r--r-- | src/plugins/git/changeselectiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp index 2f93a2c7a16..8e4a6bdc997 100644 --- a/src/plugins/git/changeselectiondialog.cpp +++ b/src/plugins/git/changeselectiondialog.cpp @@ -12,7 +12,7 @@ #include <utils/completinglineedit.h> #include <utils/layoutbuilder.h> #include <utils/pathchooser.h> -#include <utils/qtcprocess.h> +#include <utils/process.h> #include <utils/theme/theme.h> #include <QCompleter> |