aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-25 02:24:38 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-25 02:24:38 +0000
commit2e299d1cae61e33e8dd09185f9bf05b97785f1bb (patch)
tree07a38d45396645f252b2dab675ca80b5a6067a0c
parent800eb08cfae4a15a12bf69f0526e7d428a5cc573 (diff)
downloadllvm-2e299d1cae61e33e8dd09185f9bf05b97785f1bb.zip
llvm-2e299d1cae61e33e8dd09185f9bf05b97785f1bb.tar.gz
llvm-2e299d1cae61e33e8dd09185f9bf05b97785f1bb.tar.bz2
gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header.
llvm-svn: 197997
-rw-r--r--llvm/tools/gold/gold-plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp
index 0e3bad2..ab72157 100644
--- a/llvm/tools/gold/gold-plugin.cpp
+++ b/llvm/tools/gold/gold-plugin.cpp
@@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Config/config.h" // plugin-api.h requires HAVE_STDINT_H
-#include "plugin-api.h"
+#include <plugin-api.h>
#include "llvm-c/lto.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/OwningPtr.h"