[LyX/master] #9376 prepare use of Length in lyxrc - amend commit 0fa4b7e736 - catch wrong include of Length.h
Stephan Witt
switt at lyx.org
Fri Aug 7 20:27:55 UTC 2020
commit a436171b2cb783440e3dd4d675c89ef30851462d
Author: Stephan Witt <switt at lyx.org>
Date: Fri Aug 7 22:53:19 2020 +0200
#9376 prepare use of Length in lyxrc - amend commit 0fa4b7e736 - catch wrong include of Length.h
---
src/tests/check_Length.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/tests/check_Length.cpp b/src/tests/check_Length.cpp
index 3ee9f95..cfd449c 100644
--- a/src/tests/check_Length.cpp
+++ b/src/tests/check_Length.cpp
@@ -1,8 +1,8 @@
#include <config.h>
-#include "../Length.h"
-#include "../LyXRC.h"
-#include "../support/debug.h"
+#include "LyXRC.h"
+#include "support/debug.h"
+#include "support/Length.h"
#include <iostream>
More information about the lyx-cvs
mailing list