diff options
Diffstat (limited to 'clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp')
-rw-r--r-- | clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp b/clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp index a7df1da634e..dd41cdfce1a 100644 --- a/clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp +++ b/clang-tools-extra/unittests/clang-modernize/IncludeExcludeTest.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "Utility.h" +#include "common/Utility.h" #include "Core/IncludeExcludeInfo.h" #include "gtest/gtest.h" #include "llvm/Support/FileSystem.h" |