summaryrefslogtreecommitdiff
path: root/cosv/source/service
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 15:24:45 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 15:24:45 -0600
commit3f2ff54778ff76118b7de3357168091bbc955041 (patch)
tree601e358120589466b0f54a02fd1940dfe4919cb8 /cosv/source/service
parentb33971cb124de2bea5332d6adb802bd84eb57652 (diff)
remove pch from the include list
Diffstat (limited to 'cosv/source/service')
-rw-r--r--cosv/source/service/comdline.cxx9
-rw-r--r--cosv/source/service/comfunc.cxx9
-rw-r--r--cosv/source/service/csv_ostream.cxx9
-rw-r--r--cosv/source/service/std_outp.cxx9
4 files changed, 32 insertions, 4 deletions
diff --git a/cosv/source/service/comdline.cxx b/cosv/source/service/comdline.cxx
index dd65c4909cfd..c71bd7be2cd4 100644
--- a/cosv/source/service/comdline.cxx
+++ b/cosv/source/service/comdline.cxx
@@ -26,7 +26,14 @@
*
************************************************************************/
-#include <precomp.h>
+#define CSV_USE_CSV_ASSERTIONS
+#include <cosv/csv_env.hxx>
+
+#include <cosv/comfunc.hxx>
+#include <cosv/string.hxx>
+#include <cosv/streamstr.hxx>
+#include <cosv/std_outp.hxx>
+#include <cosv/tpl/dyn.hxx>
#include <cosv/comdline.hxx>
// NOT FULLY DECLARED SERVICES
diff --git a/cosv/source/service/comfunc.cxx b/cosv/source/service/comfunc.cxx
index 46f2e63d527c..c126cf71f5bb 100644
--- a/cosv/source/service/comfunc.cxx
+++ b/cosv/source/service/comfunc.cxx
@@ -26,7 +26,14 @@
*
************************************************************************/
-#include <precomp.h>
+#define CSV_USE_CSV_ASSERTIONS
+#include <cosv/csv_env.hxx>
+
+#include <cosv/comfunc.hxx>
+#include <cosv/string.hxx>
+#include <cosv/streamstr.hxx>
+#include <cosv/std_outp.hxx>
+#include <cosv/tpl/dyn.hxx>
#include <ctype.h>
#include <cosv/comfunc.hxx>
diff --git a/cosv/source/service/csv_ostream.cxx b/cosv/source/service/csv_ostream.cxx
index b1299fe21d1b..295c71463e20 100644
--- a/cosv/source/service/csv_ostream.cxx
+++ b/cosv/source/service/csv_ostream.cxx
@@ -26,7 +26,14 @@
*
************************************************************************/
-#include <precomp.h>
+#define CSV_USE_CSV_ASSERTIONS
+#include <cosv/csv_env.hxx>
+
+#include <cosv/comfunc.hxx>
+#include <cosv/string.hxx>
+#include <cosv/streamstr.hxx>
+#include <cosv/std_outp.hxx>
+#include <cosv/tpl/dyn.hxx>
#include <cosv/csv_ostream.hxx>
// NOT FULLY DECLARED SERVICES
diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx
index e958019f12b3..bac720a801f7 100644
--- a/cosv/source/service/std_outp.cxx
+++ b/cosv/source/service/std_outp.cxx
@@ -26,7 +26,14 @@
*
************************************************************************/
-#include <precomp.h>
+#define CSV_USE_CSV_ASSERTIONS
+#include <cosv/csv_env.hxx>
+
+#include <cosv/comfunc.hxx>
+#include <cosv/string.hxx>
+#include <cosv/streamstr.hxx>
+#include <cosv/std_outp.hxx>
+#include <cosv/tpl/dyn.hxx>
#include <cosv/std_outp.hxx>
// NOT FULLY DECLARED SERVICES