forked from OSchip/llvm-project
Include what you use in HexagonAsmParser.cpp
HexagonAsmParser.cpp was not using any APIs from Hexagon.h. Doing so is problematic from include-what-you-use perspective, but it is also a layering issue (it creates a dependency cycle between the primary Hexagon target library and the AsmParser library). llvm-svn: 362370
This commit is contained in:
parent
c5327ab71d
commit
301f8fd632
|
@ -8,7 +8,6 @@
|
|||
|
||||
#define DEBUG_TYPE "mcasmparser"
|
||||
|
||||
#include "Hexagon.h"
|
||||
#include "HexagonTargetStreamer.h"
|
||||
#include "MCTargetDesc/HexagonMCChecker.h"
|
||||
#include "MCTargetDesc/HexagonMCELFStreamer.h"
|
||||
|
|
Loading…
Reference in New Issue