removed duplicate #includes in cosv
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
@@ -42,8 +42,6 @@
|
||||
#ifndef CSV_NO_IOSTREAMS
|
||||
#else
|
||||
|
||||
#include <cosv/streamstr.hxx>
|
||||
|
||||
namespace csv
|
||||
{
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user