summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/YamlWriter.cpp
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2012-03-28 19:04:02 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2012-03-28 19:04:02 +0000
commitcfd029fd9101731be2d47603e435062d52ea7cd7 (patch)
tree57590411fb75adcc5d75fedb723d52cb860a1821 /lld/lib/Core/YamlWriter.cpp
parent87c2994e246b1471732ba61cfcddedcd7a712edf (diff)
downloadbcm5719-llvm-cfd029fd9101731be2d47603e435062d52ea7cd7.tar.gz
bcm5719-llvm-cfd029fd9101731be2d47603e435062d52ea7cd7.zip
Rearange header order to match llvm style. This exposed some missing types.
Also fix some Platform.h includes that somehow got missed last time. llvm-svn: 153590
Diffstat (limited to 'lld/lib/Core/YamlWriter.cpp')
-rw-r--r--lld/lib/Core/YamlWriter.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/lld/lib/Core/YamlWriter.cpp b/lld/lib/Core/YamlWriter.cpp
index bd253b42506..7f9b0c3170e 100644
--- a/lld/lib/Core/YamlWriter.cpp
+++ b/lld/lib/Core/YamlWriter.cpp
@@ -7,21 +7,18 @@
//
//===----------------------------------------------------------------------===//
-#include "YamlKeyValues.h"
-
#include "lld/Core/YamlWriter.h"
+#include "YamlKeyValues.h"
#include "lld/Core/Atom.h"
#include "lld/Core/File.h"
+#include "lld/Core/Platform.h"
#include "lld/Core/Reference.h"
-#include "lld/Platform/Platform.h"
-
-#include "llvm/ADT/OwningPtr.h"
+#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
+#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringMap.h"
-#include "llvm/ADT/ArrayRef.h"
-#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/MemoryBuffer.h"
OpenPOWER on IntegriCloud