Make this header include the header it depends on, rather than trying to include itself. Found by C++ modules build.

llvm-svn: 266492
This commit is contained in:
Richard Smith 2016-04-15 23:30:57 +00:00
parent fa1f613f7e
commit 8517c8e81d
1 changed files with 1 additions and 1 deletions

View File

@ -17,8 +17,8 @@
#define LLVM_SUPPORT_CODEGENCWRAPPERS_H
#include "llvm-c/TargetMachine.h"
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/CodeGenCWrappers.h"
namespace llvm {