diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2012-01-22 01:19:20 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2012-01-22 01:19:20 +0000 |
| commit | 242566e552a510eb0c7198b1480c0bd66a9dffb6 (patch) | |
| tree | 9bbf215cf25003b90b27819e768a601961838ac5 /libcxxabi/test/test_demangle.cpp | |
| parent | 6c33e1ce00e479831d6749ba5337d014d61147ef (diff) | |
| download | bcm5719-llvm-242566e552a510eb0c7198b1480c0bd66a9dffb6.tar.gz bcm5719-llvm-242566e552a510eb0c7198b1480c0bd66a9dffb6.zip | |
Change header to generic, instead of implementation specific
llvm-svn: 148646
Diffstat (limited to 'libcxxabi/test/test_demangle.cpp')
| -rw-r--r-- | libcxxabi/test/test_demangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/test_demangle.cpp b/libcxxabi/test/test_demangle.cpp index 1bc17ab2385..478bbe3c6cc 100644 --- a/libcxxabi/test/test_demangle.cpp +++ b/libcxxabi/test/test_demangle.cpp @@ -10,7 +10,7 @@ #include <iostream> #include <string> #include <cstdlib> -#include "cxa_demangle.h" +#include <cxxabi.h> #include <cassert> #include <chrono> |

