Delete SlowOperationInformer, which is no longer used.
[oota-llvm.git] / include / llvm / Support / Regex.h
index 91698659b7a9bf925548d2590ed0f6fd40db62c2..b46a66889e968774484dc93d681d5354a443f4f6 100644 (file)
@@ -11,6 +11,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifndef LLVM_SUPPORT_REGEX_H
+#define LLVM_SUPPORT_REGEX_H
+
 #include <string>
 
 struct llvm_regex;
@@ -74,3 +77,5 @@ namespace llvm {
     int error;
   };
 }
+
+#endif // LLVM_SUPPORT_REGEX_H