| Index: src/IceGlobalContext.cpp
|
| diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp
|
| index d4543c27e4cfab77dc12c98735867eee72af2346..807e7e658146ddcef6c460993aac15f234b51019 100644
|
| --- a/src/IceGlobalContext.cpp
|
| +++ b/src/IceGlobalContext.cpp
|
| @@ -12,6 +12,8 @@
|
| //
|
| //===----------------------------------------------------------------------===//
|
|
|
| +#include "IceGlobalContext.h"
|
| +
|
| #include <ctype.h> // isdigit(), isupper()
|
| #include <locale> // locale
|
| #include <unordered_map>
|
| @@ -23,7 +25,6 @@
|
| #include "IceClFlags.h"
|
| #include "IceDefs.h"
|
| #include "IceELFObjectWriter.h"
|
| -#include "IceGlobalContext.h"
|
| #include "IceGlobalInits.h"
|
| #include "IceOperand.h"
|
| #include "IceTargetLowering.h"
|
|
|