From a436171b2cb783440e3dd4d675c89ef30851462d Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Fri, 7 Aug 2020 22:53:19 +0200 Subject: [PATCH] #9376 prepare use of Length in lyxrc - amend commit 0fa4b7e736 - catch wrong include of Length.h --- src/tests/check_Length.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/check_Length.cpp b/src/tests/check_Length.cpp index 3ee9f95697..cfd449ce78 100644 --- a/src/tests/check_Length.cpp +++ b/src/tests/check_Length.cpp @@ -1,8 +1,8 @@ #include -#include "../Length.h" -#include "../LyXRC.h" -#include "../support/debug.h" +#include "LyXRC.h" +#include "support/debug.h" +#include "support/Length.h" #include -- 2.39.5