mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 01:15:32 +00:00
Move <map> include out of .h and into .cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121661 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a97ed34ed
commit
eac8f35da8
@ -19,6 +19,7 @@
|
|||||||
#include "llvm/ADT/StringExtras.h"
|
#include "llvm/ADT/StringExtras.h"
|
||||||
#include "llvm/Support/CommandLine.h"
|
#include "llvm/Support/CommandLine.h"
|
||||||
#include "llvm/Support/Debug.h"
|
#include "llvm/Support/Debug.h"
|
||||||
|
#include <map>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
// FIXME: Somewhat hackish to use a command line option for this. There should
|
// FIXME: Somewhat hackish to use a command line option for this. There should
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#define CODEMITTERGEN_H
|
#define CODEMITTERGEN_H
|
||||||
|
|
||||||
#include "TableGenBackend.h"
|
#include "TableGenBackend.h"
|
||||||
#include <map>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user