diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-04-28 18:17:12 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-04-29 06:55:04 +0200 |
commit | 2e33af67e04da39116a1dc9fda96d961ae0a4bd5 (patch) | |
tree | 9ea840a863d03e8a31f973c7a65bd0c5d85ddaa6 /test | |
parent | 83d0f2eebae41d431d9a5bfd1a918523977752d0 (diff) |
move HAVE_EXPORT_VALIDATION from config_features.h
So that so much stuff doesn't get rebuilt on --with-java change.
Change-Id: I87388590a4fd218fd22e68ba0edd290831f6f0fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133570
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/source/bootstrapfixture.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index c13caf807d1e..be273f0a1955 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <config_features.h> +#include <config_validation.h> #include <test/bootstrapfixture.hxx> #include <vcl/errinf.hxx> |