]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.h
use more specific smart_ptr headers
[lyx.git] / src / insets / insettabular.h
index ccaa6a8a0e79fec86de574cb09d0389636dcb4ee..cf81f37e1b444696e6fa728f203ae3b6e55e2aa9 100644 (file)
@@ -45,9 +45,6 @@
 #ifndef INSETTABULAR_H
 #define INSETTABULAR_H
 
-#include <sigc++/signal_system.h>
-#include <boost/smart_ptr.hpp>
-
 #ifdef __GNUG__
 #pragma interface
 #endif
 #include "lyxcursor.h"
 #include "FuncStatus.h"
 
+#include <boost/scoped_ptr.hpp>
+
+#include <sigc++/signal_system.h>
+
 class LyXLex;
 class Painter;
 class BufferView;