[Libreoffice-commits] core.git: salhelper/test
Julien Nabet
serval2412 at yahoo.fr
Sun Nov 1 02:10:34 PST 2015
salhelper/test/Symbols/loader.cxx | 1 -
salhelper/test/dynamicloader/loader.cxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit c771d2174f8f140c534c0ed3eef8320f441a131b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Nov 1 11:10:09 2015 +0100
Remove some stdio.h includes from salhelper module
Change-Id: Ibd95d7b3b01e7003c5d4edb831534b19313e1c37
diff --git a/salhelper/test/Symbols/loader.cxx b/salhelper/test/Symbols/loader.cxx
index 968cdc3..f912863 100644
--- a/salhelper/test/Symbols/loader.cxx
+++ b/salhelper/test/Symbols/loader.cxx
@@ -19,7 +19,6 @@
#include <salhelper/dynload.hxx>
#include <rtl/ustring>
-#include <stdio.h>
#include "samplelib.hxx"
using namespace salhelper;
diff --git a/salhelper/test/dynamicloader/loader.cxx b/salhelper/test/dynamicloader/loader.cxx
index daee386..c741d6e 100644
--- a/salhelper/test/dynamicloader/loader.cxx
+++ b/salhelper/test/dynamicloader/loader.cxx
@@ -19,7 +19,6 @@
#include <salhelper/dynload.hxx>
#include <rtl/ustring>
-#include <stdio.h>
#include "samplelib.hxx"
More information about the Libreoffice-commits
mailing list