]> 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 90df5c8121bb8f02b920ff82e95638d06a232915..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>