mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
LengthCombo does not depend on VSpace
so use the right include
This commit is contained in:
parent
39c1fcb864
commit
eaf70913ac
@ -52,6 +52,7 @@
|
||||
#include "Spacing.h"
|
||||
#include "TextClass.h"
|
||||
#include "Undo.h"
|
||||
#include "VSpace.h"
|
||||
|
||||
#include "insets/InsetListingsParams.h"
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include <QComboBox>
|
||||
|
||||
#include "VSpace.h"
|
||||
#include "Length.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
Loading…
Reference in New Issue
Block a user