Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.
[oota-llvm.git] / include / llvm / Support / DataStream.h
index 620dbb869405a5fc204323bc39106965f4b51dea..8bc413360307cab3a9697a5c850f19d57f541c83 100644 (file)
@@ -1,4 +1,4 @@
-//===---- llvm/Support/DataStream.h - Lazy bitcode streaming -*- C++ -*-===//
+//===---- llvm/Support/DataStream.h - Lazy bitcode streaming ----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -14,8 +14,8 @@
 //===----------------------------------------------------------------------===//
 
 
-#ifndef LLVM_SUPPORT_DATASTREAM_H_
-#define LLVM_SUPPORT_DATASTREAM_H_
+#ifndef LLVM_SUPPORT_DATASTREAM_H
+#define LLVM_SUPPORT_DATASTREAM_H
 
 #include <string>