]> git.lyx.org Git - lyx.git/blobdiff - src/support/bind.h
add generic helper class for calling functions in gui thread
[lyx.git] / src / support / bind.h
index f613bdb40851d32329d95ad87b5b87f249fb560b..4d2968048d087760de846fd03c6bfbc62da35dfe 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef LYX_BIND_H
 #define LYX_BIND_H
 
-#include "checktr1.h"
-
-
 #ifdef LYX_USE_TR1
 
 #include <functional>
@@ -33,7 +30,7 @@ namespace lyx
 
 #else
 
-#include "boost/bind.hpp"
+#include <boost/bind.hpp>
 
 namespace lyx
 {