summaryrefslogtreecommitdiff
path: root/include/llvm/Support/LeakDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/LeakDetector.h')
-rw-r--r--include/llvm/Support/LeakDetector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/LeakDetector.h b/include/llvm/Support/LeakDetector.h
index dadbac1efa..4c682be500 100644
--- a/include/llvm/Support/LeakDetector.h
+++ b/include/llvm/Support/LeakDetector.h
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef SUPPORT_LEAK_DETECTOR_H
-#define SUPPORT_LEAK_DETECTOR_H
+#ifndef SUPPORT_LEAKDETECTOR_H
+#define SUPPORT_LEAKDETECTOR_H
#include <string>
class Value;