Make the type signature more strict.
[oota-llvm.git] / tools / lli / RemoteTarget.h
index f4dcf42ebef17980a2aae061e0856908aaddae9b..b2a6d0ef1d4887dff5f68f5eefb67e898b727e70 100644 (file)
 #ifndef REMOTEPROCESS_H
 #define REMOTEPROCESS_H
 
-#include <llvm/ADT/StringRef.h>
-#include <llvm/ADT/SmallVector.h>
-#include <llvm/Support/Memory.h>
-#include <stdint.h>
+#include "llvm/ADT/SmallVector.h"
+#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
+#include "llvm/Support/Memory.h"
 #include <stdlib.h>
 #include <string>