X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=2b34120c857007d93c114b2f5d60df25e2fc8873;hb=a9c2dd92df8c538e6ab39bbd136c2da9a0315eb1;hp=75f9feacf0b7c5e5d7ff00fbad5df07bd983923d;hpb=f1c24d100985c6df2eb5ec390017b69c78fe49c7;p=lyx.git diff --git a/src/tabular.h b/src/tabular.h index 75f9feacf0..2b34120c85 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -16,7 +16,6 @@ #pragma interface #endif -#include "lyxlex.h" #include "layout.h" #include "LString.h" #include "lyxlength.h" @@ -27,8 +26,10 @@ #include class InsetTabular; +class BufferParams; class LaTeXFeatures; class Buffer; +class LyXLex; /* The features the text class offers for tables */ @@ -60,6 +61,8 @@ public: /// ALIGN_CENTER, /// + ALIGN_BLOCK, + /// VALIGN_TOP, /// VALIGN_BOTTOM,