diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-27 13:44:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-27 13:44:37 +0000 |
commit | 865461b6e34c4948e1b3d1a5cc7e363793f7c1c2 (patch) | |
tree | 7c10017dba51dc74b14e898205d931af07a0b6d8 /stlport | |
parent | 7ebf3b1fcc9d35242f21dfb44393dd752373bdf0 (diff) |
don't want to include internal headers
Diffstat (limited to 'stlport')
-rw-r--r-- | stlport/systemstlguards/preextstl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stlport/systemstlguards/preextstl.h b/stlport/systemstlguards/preextstl.h index d0ee030491e8..5ff86685f751 100644 --- a/stlport/systemstlguards/preextstl.h +++ b/stlport/systemstlguards/preextstl.h @@ -48,7 +48,6 @@ # if defined(_GNUC__) # pragma GCC visibility push(default) # endif -# include _STLP_NATIVE_HEADER(exception_defines.h) # include _STLP_NATIVE_HEADER(limits) # if !defined(__GXX_EXPERIMENTAL_CXX0X__) # include _STLP_NATIVE_HEADER(memory) |