]> git.lyx.org Git - lyx.git/blobdiff - src/support/shared_ptr.h
add generic helper class for calling functions in gui thread
[lyx.git] / src / support / shared_ptr.h
index 454360ee4c3af77203f05b19e9bc6bb4a0bc291c..28ac3d7a2357a8f7d216313eb47254c8f60e72ca 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef LYX_SHARED_PTR_H
 #define LYX_SHARED_PTR_H
 
-#include "checktr1.h"
-
-
 #ifdef LYX_USE_TR1
 
 #include <memory>