summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer.h
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-06-05 14:25:27 +0000
committerAlexey Samsonov <samsonov@google.com>2012-06-05 14:25:27 +0000
commit94b5036ee6ba866e1702848855b6d687d1e70afa (patch)
tree2baf19fefa933cba20f3db806c20a0ecaee57818 /lib/sanitizer_common/sanitizer_symbolizer.h
parent78381e4b40e6b4dad7b77adb7fa56dfd13b1f31c (diff)
downloadcompiler-rt-94b5036ee6ba866e1702848855b6d687d1e70afa.tar.gz
compiler-rt-94b5036ee6ba866e1702848855b6d687d1e70afa.tar.bz2
compiler-rt-94b5036ee6ba866e1702848855b6d687d1e70afa.tar.xz
[Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.h
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_symbolizer.h')
-rw-r--r--lib/sanitizer_common/sanitizer_symbolizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sanitizer_common/sanitizer_symbolizer.h b/lib/sanitizer_common/sanitizer_symbolizer.h
index f487091f..17b3f6a9 100644
--- a/lib/sanitizer_common/sanitizer_symbolizer.h
+++ b/lib/sanitizer_common/sanitizer_symbolizer.h
@@ -24,7 +24,7 @@
#ifndef SANITIZER_SYMBOLIZER_H
#define SANITIZER_SYMBOLIZER_H
-#include "sanitizer_defs.h"
+#include "sanitizer_internal_defs.h"
#include "sanitizer_libc.h"
// WARNING: Do not include system headers here. See details above.