]> granicus.if.org Git - clang/commitdiff
Fix what looks like accidentally repeated file contents. No behavior change.
authorNico Weber <nicolasweber@gmx.de>
Tue, 28 Jul 2015 03:37:54 +0000 (03:37 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 28 Jul 2015 03:37:54 +0000 (03:37 +0000)
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
test/Preprocessor/Inputs/microsoft-header-search/include1.h

index 99640ae47a87532ee8837a70b89e9bb2ec70f341..42bdaa7db3a3fd617ef90e9d411bbe1ee0c6514c 100644 (file)
@@ -1,6 +1,3 @@
 #pragma once
 
 #include "b/include3.h"
-#pragma once
-
-#include "b/include3.h"
\ No newline at end of file
index f00fac7a179911d7e65dd40fbafedee5cb0a11bf..531561b2c744af206a3b1106588815a3c76b4ac6 100644 (file)
@@ -1,6 +1,3 @@
 #pragma once
 
 #include "a/include2.h"
-#pragma once
-
-#include "a/include2.h"
\ No newline at end of file