X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fbind.h;h=efd3267de5ceb17667e94ed351b114d447ebf368;hb=36e5864a8264b428ee7a59a09b25830b49d9c5af;hp=3a0837e80e4f969db474d1bce8a9a76b7b509e87;hpb=69036ced3765f40048d62be800c98af3ea2d1b4a;p=lyx.git diff --git a/src/support/bind.h b/src/support/bind.h index 3a0837e80e..efd3267de5 100644 --- a/src/support/bind.h +++ b/src/support/bind.h @@ -12,17 +12,10 @@ #ifndef LYX_BIND_H #define LYX_BIND_H -#include "config.h" - +#include "support/functional.h" #ifdef LYX_USE_TR1 -#include - -#ifdef __GNUC__ -#include -#endif - namespace lyx { using std::tr1::bind; @@ -33,7 +26,7 @@ namespace lyx #else -#include "boost/bind.hpp" +#include namespace lyx {