diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-18 01:11:42 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-18 01:14:51 +0900 |
commit | a295d1f05cf7ecf4673e9172d65d5e0790078fbd (patch) | |
tree | 3c5a732ff52b3bdeb285b2c4c99486c778de36b3 /cosv | |
parent | d46e382034e918fd0f9c4d75d5fe95abef4bd349 (diff) |
removed duplicate #includes in cosv
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/source/service/comfunc.cxx | 3 | ||||
-rw-r--r-- | cosv/source/service/csv_ostream.cxx | 2 | ||||
-rw-r--r-- | cosv/source/service/std_outp.cxx | 1 | ||||
-rw-r--r-- | cosv/source/storage/persist.cxx | 10 | ||||
-rw-r--r-- | cosv/source/strings/streamstr.cxx | 2 | ||||
-rw-r--r-- | cosv/source/strings/string.cxx | 2 | ||||
-rw-r--r-- | cosv/source/unittest/string_ut.cxx | 1 |
7 files changed, 0 insertions, 21 deletions
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 <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 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 <cosv/streamstr.hxx> - 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 <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 e0909a45e018..293967b2b05c 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 309b9fc60f54..67a9c98d3c1a 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 50da14989336..ded0e0c69789 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 eba638c4d6f5..25c99e114a26 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> |