From: Nico Weber Date: Tue, 28 Jul 2015 03:37:54 +0000 (+0000) Subject: Fix what looks like accidentally repeated file contents. No behavior change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfd8215ec42be3ba027001e40fc0c13939f1ff0f;p=clang Fix what looks like accidentally repeated file contents. No behavior change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243376 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h b/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h index 99640ae47a..42bdaa7db3 100644 --- a/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h +++ b/test/Preprocessor/Inputs/microsoft-header-search/a/include2.h @@ -1,6 +1,3 @@ #pragma once #include "b/include3.h" -#pragma once - -#include "b/include3.h" \ No newline at end of file diff --git a/test/Preprocessor/Inputs/microsoft-header-search/include1.h b/test/Preprocessor/Inputs/microsoft-header-search/include1.h index f00fac7a17..531561b2c7 100644 --- a/test/Preprocessor/Inputs/microsoft-header-search/include1.h +++ b/test/Preprocessor/Inputs/microsoft-header-search/include1.h @@ -1,6 +1,3 @@ #pragma once #include "a/include2.h" -#pragma once - -#include "a/include2.h" \ No newline at end of file