Fixed a build problem when there were headers
authorSean Callanan <scallanan@apple.com>
Sat, 30 Aug 2014 02:30:02 +0000 (02:30 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 30 Aug 2014 02:30:02 +0000 (02:30 +0000)
for a different LLVM present in the system header
lookup path.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216812 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/EndianStream.h

index 7bc00a6c2d545c7f5c46837a2bb311052c7089dc..94f372f020b41cbca656299b775abe921bb08569 100644 (file)
@@ -15,8 +15,8 @@
 #ifndef LLVM_SUPPORT_ENDIANSTREAM_H
 #define LLVM_SUPPORT_ENDIANSTREAM_H
 
-#include <llvm/Support/Endian.h>
-#include <llvm/Support/raw_ostream.h>
+#include "llvm/Support/Endian.h"
+#include "llvm/Support/raw_ostream.h"
 
 namespace llvm {
 namespace support {