]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Remove a few includes from Text.h
[lyx.git] / src / insets / InsetTabular.h
index 9039fec24ba39c5d8548f067d05a23ac2f62de48..22d4a0fcae3a5170f50cdc60d1cc24a965d8455b 100644 (file)
 #define INSETTABULAR_H
 
 #include "Inset.h"
-#include "MailInset.h"
-#include "Length.h"
 #include "InsetText.h"
-
+#include "Layout.h"
+#include "Length.h"
+#include "MailInset.h"
 
 #include <boost/shared_ptr.hpp>
 
@@ -599,7 +599,7 @@ public:
        void init(BufferParams const &, row_type rows_arg,
                  col_type columns_arg);
        ///
-       void set_row_column_number_info();
+       void updateIndexes();
        /// Returns true if a complete update is necessary, otherwise false
        bool setWidthOfMulticolCell(idx_type cell, int new_width);
        ///