diff options
| author | hjk <[email protected]> | 2022-05-20 16:51:30 +0200 |
|---|---|---|
| committer | Jarek Kobus <[email protected]> | 2022-05-20 16:57:26 +0000 |
| commit | d41fc4b329ca4706228c5385a038faadfe8f0968 (patch) | |
| tree | f8d5b41d81a26cc64467876ec7bdc69f6ef7e705 /src/plugins/python/pythonutils.h | |
| parent | 9201a22f80205b97ff45e755f035057c8970cf48 (diff) | |
Remove or replace a few unnecessary #includes
Change-Id: I0545533baab57a4383fda5fd680603fdc6459a01
Reviewed-by: Jarek Kobus <[email protected]>
Reviewed-by: Qt CI Bot <[email protected]>
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 6493c612a6b..4ca5ea37a01 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 { |
