From a295d1f05cf7ecf4673e9172d65d5e0790078fbd Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 18 Mar 2012 01:11:42 +0900 Subject: removed duplicate #includes in cosv --- 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(-) (limited to 'cosv') diff --git a/cosv/source/service/comfunc.cxx b/cosv/source/service/comfunc.cxx index c126cf71f5bb..d30790d5d381 100644 --- a/cosv/source/service/comfunc.cxx +++ b/cosv/source/service/comfunc.cxx @@ -36,10 +36,7 @@ #include #include -#include -#include #include -#include diff --git a/cosv/source/service/csv_ostream.cxx b/cosv/source/service/csv_ostream.cxx index 295c71463e20..9f312ad91047 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 - namespace csv { diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx index d7077b54e876..1b74a1b34c23 100644 --- a/cosv/source/service/std_outp.cxx +++ b/cosv/source/service/std_outp.cxx @@ -34,7 +34,6 @@ #include #include #include -#include // NOT FULLY DECLARED SERVICES #include diff --git a/cosv/source/storage/persist.cxx b/cosv/source/storage/persist.cxx index e0909a45e018..293967b2b05c 100644 --- a/cosv/source/storage/persist.cxx +++ b/cosv/source/storage/persist.cxx @@ -37,7 +37,6 @@ #include // NOT FULLY DECLARED SERVICES -#include #include @@ -62,15 +61,6 @@ Persistent::Exists() const #elif defined(UNX) #include -/* -#ifndef __SUNPRO_CC -#include -#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 309b9fc60f54..67a9c98d3c1a 100644 --- a/cosv/source/strings/streamstr.cxx +++ b/cosv/source/strings/streamstr.cxx @@ -34,7 +34,6 @@ #include #include #include -#include // NOT FULLY DECLARED SERVICES #include @@ -42,7 +41,6 @@ #include // both are needed to satisfy all compilers #include // std::va_list and friends -#include #include diff --git a/cosv/source/strings/string.cxx b/cosv/source/strings/string.cxx index 50da14989336..ded0e0c69789 100644 --- a/cosv/source/strings/string.cxx +++ b/cosv/source/strings/string.cxx @@ -34,11 +34,9 @@ #include #include #include -#include // NOT FULLY DECLARED SERVICES #include -#include diff --git a/cosv/source/unittest/string_ut.cxx b/cosv/source/unittest/string_ut.cxx index eba638c4d6f5..25c99e114a26 100644 --- a/cosv/source/unittest/string_ut.cxx +++ b/cosv/source/unittest/string_ut.cxx @@ -34,7 +34,6 @@ #include #include #include -#include // NOT FULLY DECLARED SERVICES #include -- cgit