forked from OSchip/llvm-project
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:
parent
fa1f613f7e
commit
8517c8e81d
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue