diff options
Diffstat (limited to 'tests/unit/unittest/cppprojectinfogenerator-test.cpp')
-rw-r--r-- | tests/unit/unittest/cppprojectinfogenerator-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unittest/cppprojectinfogenerator-test.cpp b/tests/unit/unittest/cppprojectinfogenerator-test.cpp index 058d46af1a..ceb3c8b8aa 100644 --- a/tests/unit/unittest/cppprojectinfogenerator-test.cpp +++ b/tests/unit/unittest/cppprojectinfogenerator-test.cpp @@ -35,10 +35,10 @@ using CppTools::Internal::ProjectInfoGenerator; using CppTools::ProjectFile; using CppTools::ProjectInfo; -using CppTools::ProjectUpdateInfo; using CppTools::ProjectPart; using ProjectExplorer::Macros; +using ProjectExplorer::ProjectUpdateInfo; using ProjectExplorer::RawProjectPart; using ProjectExplorer::ToolChain; |