diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-03 17:45:44 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-03 17:45:44 +0000 |
commit | 0121f44708be8ff14d42356fe3f41e7db53d69ec (patch) | |
tree | df7d4f246bf38eedf8044aaf188f0958985165c0 /libstdc++-v3/include | |
parent | fac5aff35da6cc5b9864ad421bfed803d6fbe1f2 (diff) | |
download | gcc-0121f44708be8ff14d42356fe3f41e7db53d69ec.tar.gz |
2005-03-03 Benjamin Kosnik <bkoz@redhat.com>
* include/tr1/functional: Convert relative path.
* docs/doxygen/user.cfg.in: Add tr1 includes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95838 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r-- | libstdc++-v3/include/tr1/functional | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/tr1/functional b/libstdc++-v3/include/tr1/functional index 30a79871ac8..778b9d7ef9a 100644 --- a/libstdc++-v3/include/tr1/functional +++ b/libstdc++-v3/include/tr1/functional @@ -37,7 +37,7 @@ #include "../functional" #include <typeinfo> #include <tr1/type_traits> -#include "../bits/cpp_type_traits.h" +#include <bits/cpp_type_traits.h> #include <string> // for std::tr1::hash #include <cstdlib> // for std::abort |