]> git.lyx.org Git - lyx.git/blobdiff - src/VSpace.cpp
pimpl not needed here
[lyx.git] / src / VSpace.cpp
index eabd077452c4e6aa029170ee47834a581634d4cb..f377edebaed284f1f69f99c1a7f92ca088a7ccde 100644 (file)
 #include <config.h>
 
 #include "VSpace.h"
+
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "BufferView.h"
 #include "gettext.h"
-#include "lengthcommon.h"
+#include "Length.h"
 #include "Text.h"
+#include "TextMetrics.h" // for defaultRowHeight()
 
 #include "support/convert.h"
 #include "support/lstrings.h"