summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteTargetExternal.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-13 08:04:33 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-13 08:04:33 +0000
commit07baed53e8245bb8d482615fccab3d90b81b6e7c (patch)
tree1ce2045bec48cc8426afafc30088f0bae64be963 /llvm/tools/lli/RemoteTargetExternal.h
parent1b3304de4d531e59e784e2569ef912c7a7672f00 (diff)
downloadbcm5719-llvm-07baed53e8245bb8d482615fccab3d90b81b6e7c.tar.gz
bcm5719-llvm-07baed53e8245bb8d482615fccab3d90b81b6e7c.zip
Re-sort #include lines again, prior to moving headers around.
llvm-svn: 199080
Diffstat (limited to 'llvm/tools/lli/RemoteTargetExternal.h')
-rw-r--r--llvm/tools/lli/RemoteTargetExternal.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/tools/lli/RemoteTargetExternal.h b/llvm/tools/lli/RemoteTargetExternal.h
index a4bfad2f12f..63548eb52df 100644
--- a/llvm/tools/lli/RemoteTargetExternal.h
+++ b/llvm/tools/lli/RemoteTargetExternal.h
@@ -15,18 +15,16 @@
#ifndef LLI_REMOTETARGETEXTERNAL_H
#define LLI_REMOTETARGETEXTERNAL_H
-#include "llvm/Config/config.h"
-
+#include "RemoteTarget.h"
+#include "RemoteTargetMessage.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
+#include "llvm/Config/config.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Memory.h"
#include <stdlib.h>
#include <string>
-#include "RemoteTarget.h"
-#include "RemoteTargetMessage.h"
-
namespace llvm {
class RemoteTargetExternal : public RemoteTarget {
OpenPOWER on IntegriCloud