Include local header with quotes instead of angle brackets.

This works by accident because we pass '-I.'

llvm-svn: 270701
This commit is contained in:
Benjamin Kramer 2016-05-25 14:14:52 +00:00
parent 218febb8eb
commit 0e871f0b66
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#ifndef LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_TOOL_STL_POSTFIX_HEADER_MAP_H
#define LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_TOOL_STL_POSTFIX_HEADER_MAP_H
#include <HeaderMapCollector.h>
#include "HeaderMapCollector.h"
namespace clang {
namespace find_all_symbols {