X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ffunctional.h;h=6673dedb81485796abe39aeea66d23fb614995bd;hb=037b1e14789223c89e88e8bd74baffa4d0956571;hp=47d9c4596646169be53ff5b56a3f9625352b0891;hpb=c259957b6967b1a49fb188437aabb4bcaf0ccb64;p=lyx.git diff --git a/src/support/functional.h b/src/support/functional.h index 47d9c45966..6673dedb81 100644 --- a/src/support/functional.h +++ b/src/support/functional.h @@ -12,30 +12,12 @@ #ifndef LYX_FUNCTIONAL_H #define LYX_FUNCTIONAL_H -#ifdef LYX_USE_TR1 - #include -#ifdef __GNUC__ -#include -#endif - namespace lyx { - using std::tr1::function; + using std::function; } -#else - -#include -#include - -namespace lyx -{ - using boost::function; -} - -#endif - #endif