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/source/storage/persist.cxx | |
parent | d46e382034e918fd0f9c4d75d5fe95abef4bd349 (diff) |
removed duplicate #includes in cosv
Diffstat (limited to 'cosv/source/storage/persist.cxx')
-rw-r--r-- | cosv/source/storage/persist.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
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 |