[lit] Implement support of per test timeout in lit.
[oota-llvm.git] / utils / TableGen / X86DisassemblerShared.h
index 9e79b9c553a7f816a003bb37ad78ee98c45c9d83..e5889e92415df4fec92b1efd11308848be050f19 100644 (file)
@@ -7,10 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef X86DISASSEMBLERSHARED_H
-#define X86DISASSEMBLERSHARED_H
+#ifndef LLVM_UTILS_TABLEGEN_X86DISASSEMBLERSHARED_H
+#define LLVM_UTILS_TABLEGEN_X86DISASSEMBLERSHARED_H
 
-#include <string.h>
+#include <cstring>
 #include <string>
 
 #include "../../lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h"