diff options
author | hjk <hjk@qt.io> | 2022-05-20 16:51:30 +0200 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-05-20 16:57:26 +0000 |
commit | d41fc4b329ca4706228c5385a038faadfe8f0968 (patch) | |
tree | f8d5b41d81a26cc64467876ec7bdc69f6ef7e705 /src/plugins/python/pythonutils.h | |
parent | 9201a22f80205b97ff45e755f035057c8970cf48 (diff) | |
download | qt-creator-d41fc4b329ca4706228c5385a038faadfe8f0968.tar.gz |
Remove or replace a few unnecessary #includes
Change-Id: I0545533baab57a4383fda5fd680603fdc6459a01
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/plugins/python/pythonutils.h')
-rw-r--r-- | src/plugins/python/pythonutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonutils.h b/src/plugins/python/pythonutils.h index 6493c612a6..4ca5ea37a0 100644 --- a/src/plugins/python/pythonutils.h +++ b/src/plugins/python/pythonutils.h @@ -25,7 +25,7 @@ #pragma once -#include <utils/fileutils.h> +#include <utils/filepath.h> namespace Python { namespace Internal { |