[Libreoffice-commits] core.git: hwpfilter/source

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun Sep 27 14:18:18 UTC 2020


 hwpfilter/source/drawing.h   |    1 -
 hwpfilter/source/hbox.h      |    1 -
 hwpfilter/source/hwpfile.h   |    1 -
 hwpfilter/source/hwpread.cxx |    1 -
 4 files changed, 4 deletions(-)

New commits:
commit 084d7e2ea236c9b24a73a374056e82e9ace2cd0c
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Sep 27 13:04:13 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Sep 27 16:17:41 2020 +0200

    Remove unused include list in hwpfilter
    
    Change-Id: I7cac4483173e7c75413a6b17a468659ee2790768
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103508
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/hwpfilter/source/drawing.h b/hwpfilter/source/drawing.h
index 60bd74f80f80..935b33171c15 100644
--- a/hwpfilter/source/drawing.h
+++ b/hwpfilter/source/drawing.h
@@ -22,7 +22,6 @@
 
 #include "precompile.h"
 
-#include <list>
 #include <math.h>
 
 #include <osl/diagnose.h>
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 79826d326d9d..869fedd8ba90 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -23,7 +23,6 @@
 #include <sal/config.h>
 
 #include <array>
-#include <list>
 #include <memory>
 
 #include <sal/types.h>
diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h
index 768086193523..9cc3b72a7c65 100644
--- a/hwpfilter/source/hwpfile.h
+++ b/hwpfilter/source/hwpfile.h
@@ -26,7 +26,6 @@
 #define INCLUDED_HWPFILTER_SOURCE_HWPFILE_H
 
 #include <algorithm>
-#include <list>
 #include <memory>
 #include <vector>
 #include <stdio.h>
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index cbe316787dc0..98fba3016bc5 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -23,7 +23,6 @@
 #include <unotools/configmgr.hxx>
 
 #include <assert.h>
-#include <list>
 
 #include "hwpfile.h"
 #include "hbox.h"


More information about the Libreoffice-commits mailing list