From dfd8215ec42be3ba027001e40fc0c13939f1ff0f Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 28 Jul 2015 03:37:54 +0000 Subject: [PATCH] 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 --- test/Preprocessor/Inputs/microsoft-header-search/a/include2.h | 3 --- test/Preprocessor/Inputs/microsoft-header-search/include1.h | 3 --- 2 files changed, 6 deletions(-) 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 -- 2.50.1