mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
DIEHash: Move header include to be first in the implementation file to flush out header inclusion ordering issues
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194588 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
541c5de2fb
commit
a9a8f0f432
@ -13,8 +13,9 @@
|
||||
|
||||
#define DEBUG_TYPE "dwarfdebug"
|
||||
|
||||
#include "DIE.h"
|
||||
#include "DIEHash.h"
|
||||
|
||||
#include "DIE.h"
|
||||
#include "DwarfCompileUnit.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "DIE.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/Support/MD5.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user