removed duplicate #includes in cosv

This commit is contained in:
Takeshi Abe
2012-03-18 01:11:42 +09:00
parent d46e382034
commit a295d1f05c
7 changed files with 0 additions and 21 deletions

View File

@@ -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>

View File

@@ -42,8 +42,6 @@
#ifndef CSV_NO_IOSTREAMS
#else
#include <cosv/streamstr.hxx>
namespace csv
{

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>