diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-14 15:58:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-17 22:28:12 +0200 |
commit | 72b48cb904b1fc0e3155457bac28401bd39e5656 (patch) | |
tree | e6a43783588d98b631a9ceafda0bbadce39ee5fa /sw | |
parent | b2207e165d0fd7093c7f259a5ea053b7be060a76 (diff) |
Remove duplicated includes
Change-Id: Iba098ff1c96fb6f830e136102f687b345fb958ef
Reviewed-on: https://gerrit.libreoffice.org/39981
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ascii/parasc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ascii/parasc.cxx b/sw/source/filter/ascii/parasc.cxx index 53e1f1ff9041..aee455a34a31 100644 --- a/sw/source/filter/ascii/parasc.cxx +++ b/sw/source/filter/ascii/parasc.cxx @@ -45,7 +45,6 @@ #include <poolfmt.hxx> #include <vcl/metric.hxx> -#include <memory> #define ASC_BUFFLEN 4096 |