[Libreoffice-commits] .: cosv/source

Takeshi Abe tabe at kemper.freedesktop.org
Sat Mar 17 09:20:44 PDT 2012


 cosv/source/service/comfunc.cxx     |    3 ---
 cosv/source/service/csv_ostream.cxx |    2 --
 cosv/source/service/std_outp.cxx    |    1 -
 cosv/source/storage/persist.cxx     |   10 ----------
 cosv/source/strings/streamstr.cxx   |    2 --
 cosv/source/strings/string.cxx      |    2 --
 cosv/source/unittest/string_ut.cxx  |    1 -
 7 files changed, 21 deletions(-)

New commits:
commit a295d1f05cf7ecf4673e9172d65d5e0790078fbd
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sun Mar 18 01:11:42 2012 +0900

    removed duplicate #includes in cosv

diff --git a/cosv/source/service/comfunc.cxx b/cosv/source/service/comfunc.cxx
index c126cf7..d30790d 100644
--- a/cosv/source/service/comfunc.cxx
+++ b/cosv/source/service/comfunc.cxx
@@ -36,10 +36,7 @@
 #include <cosv/tpl/dyn.hxx>
 
 #include <ctype.h>
-#include <cosv/comfunc.hxx>
-#include <cosv/string.hxx>
 #include <cosv/x.hxx>
-#include <cosv/std_outp.hxx>
 
 
 
diff --git a/cosv/source/service/csv_ostream.cxx b/cosv/source/service/csv_ostream.cxx
index 295c714..9f312ad 100644
--- a/cosv/source/service/csv_ostream.cxx
+++ b/cosv/source/service/csv_ostream.cxx
@@ -42,8 +42,6 @@
 #ifndef CSV_NO_IOSTREAMS
 #else
 
-#include <cosv/streamstr.hxx>
-
 namespace csv
 {
 
diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx
index d7077b5..1b74a1b 100644
--- a/cosv/source/service/std_outp.cxx
+++ b/cosv/source/service/std_outp.cxx
@@ -34,7 +34,6 @@
 #include <cosv/streamstr.hxx>
 #include <cosv/std_outp.hxx>
 #include <cosv/tpl/dyn.hxx>
-#include <cosv/std_outp.hxx>
 
 // NOT FULLY DECLARED SERVICES
 #include <stdlib.h>
diff --git a/cosv/source/storage/persist.cxx b/cosv/source/storage/persist.cxx
index e0909a4..293967b 100644
--- a/cosv/source/storage/persist.cxx
+++ b/cosv/source/storage/persist.cxx
@@ -37,7 +37,6 @@
 #include <cosv/persist.hxx>
 
 // NOT FULLY DECLARED SERVICES
-#include <cosv/streamstr.hxx>
 #include <cosv/ploc.hxx>
 
 
@@ -62,15 +61,6 @@ Persistent::Exists() const
 #elif defined(UNX)
 #include <unistd.h>
 
-/*
-#ifndef __SUNPRO_CC
-#include <unistd.h>
-#else
-#define F_OK    0   // Test for existence of File
-extern int access(const char *, int);
-#endif
-*/
-
 namespace csv
 {
 namespace ploc
diff --git a/cosv/source/strings/streamstr.cxx b/cosv/source/strings/streamstr.cxx
index 309b9fc..67a9c98 100644
--- a/cosv/source/strings/streamstr.cxx
+++ b/cosv/source/strings/streamstr.cxx
@@ -34,7 +34,6 @@
 #include <cosv/streamstr.hxx>
 #include <cosv/std_outp.hxx>
 #include <cosv/tpl/dyn.hxx>
-#include <cosv/streamstr.hxx>
 
 // NOT FULLY DECLARED SERVICES
 #include <string.h>
@@ -42,7 +41,6 @@
 #include <stdarg.h> // both are needed to satisfy all compilers
 #include <cstdarg>  // std::va_list and friends
 
-#include <cosv/comfunc.hxx>
 #include <cosv/tpl/swelist.hxx>
 
 
diff --git a/cosv/source/strings/string.cxx b/cosv/source/strings/string.cxx
index 50da149..ded0e0c 100644
--- a/cosv/source/strings/string.cxx
+++ b/cosv/source/strings/string.cxx
@@ -34,11 +34,9 @@
 #include <cosv/streamstr.hxx>
 #include <cosv/std_outp.hxx>
 #include <cosv/tpl/dyn.hxx>
-#include <cosv/string.hxx>
 
 // NOT FULLY DECLARED SERVICES
 #include <string.h>
-#include <cosv/comfunc.hxx>
 
 
 
diff --git a/cosv/source/unittest/string_ut.cxx b/cosv/source/unittest/string_ut.cxx
index eba638c..25c99e1 100644
--- a/cosv/source/unittest/string_ut.cxx
+++ b/cosv/source/unittest/string_ut.cxx
@@ -34,7 +34,6 @@
 #include <cosv/streamstr.hxx>
 #include <cosv/std_outp.hxx>
 #include <cosv/tpl/dyn.hxx>
-#include <cosv/string.hxx>
 
 // NOT FULLY DECLARED SERVICES
 #include <ut.hxx>


More information about the Libreoffice-commits mailing list