From 549e87f3d04bbae91bc7bc38609ce7073e2c8a6d Mon Sep 17 00:00:00 2001 From: Kadir Cetinkaya Date: Mon, 6 Apr 2020 21:36:43 +0200 Subject: [PATCH] [clangd] Fix bad include --- clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp b/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp index 0be6688..2a0e6b0 100644 --- a/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp +++ b/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp @@ -25,8 +25,8 @@ #include "gtest/gtest.h" #include #include -#include #include +#include #include namespace clang { -- 2.7.4