]> git.lyx.org Git - lyx.git/blobdiff - src/support/bind.h
* layouttranslations.review - remove dupes
[lyx.git] / src / support / bind.h
index 4d2968048d087760de846fd03c6bfbc62da35dfe..efd3267de5ceb17667e94ed351b114d447ebf368 100644 (file)
 #ifndef LYX_BIND_H
 #define LYX_BIND_H
 
-#ifdef LYX_USE_TR1
-
-#include <functional>
+#include "support/functional.h"
 
-#ifdef __GNUC__
-#include <tr1/functional>
-#endif
+#ifdef LYX_USE_TR1
 
 namespace lyx
 {