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:
Dmitri Gribenko 2019-06-03 09:38:48 +00:00
parent c5327ab71d
commit 301f8fd632
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
#define DEBUG_TYPE "mcasmparser"
#include "Hexagon.h"
#include "HexagonTargetStreamer.h"
#include "MCTargetDesc/HexagonMCChecker.h"
#include "MCTargetDesc/HexagonMCELFStreamer.h"