X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVSpace.cpp;h=f377edebaed284f1f69f99c1a7f92ca088a7ccde;hb=09df753df4c24470617c64d25eae6df2db85dfed;hp=eabd077452c4e6aa029170ee47834a581634d4cb;hpb=33d7e14484fc03769891ab7b62bb0a6583d357af;p=lyx.git diff --git a/src/VSpace.cpp b/src/VSpace.cpp index eabd077452..f377edebae 100644 --- a/src/VSpace.cpp +++ b/src/VSpace.cpp @@ -11,12 +11,14 @@ #include #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"