Add a boolean parameter to the ExecuteAndWait static function to indicated
[oota-llvm.git] / include / llvm / Support / LEB128.h
index 410edd4dc740af731f5e0ec14aad5d556ea811bf..802b4f354a5a78e753c8bacc71a94a5fea182e23 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SYSTEM_LEB128_H
-#define LLVM_SYSTEM_LEB128_H
+#ifndef LLVM_SUPPORT_LEB128_H
+#define LLVM_SUPPORT_LEB128_H
 
-#include <llvm/Support/raw_ostream.h>
+#include "llvm/Support/raw_ostream.h"
 
 namespace llvm {