test/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 902411e2ec8ca6cfbb11e5a4750f12ab93f03ab1 Author: Miklos Vajna <[email protected]> Date: Mon Jun 19 14:55:07 2017 +0200 test: make sure own header is self-contained By including it before anything else. Change-Id: I0fa37dcee7828a05e3ba7aac4eec3b63d1203468 diff --git a/test/test.cpp b/test/test.cpp index b506b20c..ed2f15af 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -7,6 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include "test.hpp" + #include "config.h" #include <cstdlib> @@ -24,8 +26,6 @@ #include <Log.hpp> -#include "test.hpp" - class HTTPGetTest; bool filterTests(CPPUNIT_NS::TestRunner& runner, CPPUNIT_NS::Test* testRegistry, const std::string testName) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
