diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
commit | 3f2ff54778ff76118b7de3357168091bbc955041 (patch) | |
tree | 601e358120589466b0f54a02fd1940dfe4919cb8 /cosv | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/source/inc/precomp.h | 9 | ||||
-rw-r--r-- | cosv/source/service/comdline.cxx | 9 | ||||
-rw-r--r-- | cosv/source/service/comfunc.cxx | 9 | ||||
-rw-r--r-- | cosv/source/service/csv_ostream.cxx | 9 | ||||
-rw-r--r-- | cosv/source/service/std_outp.cxx | 9 | ||||
-rw-r--r-- | cosv/source/storage/dirchain.cxx | 9 | ||||
-rw-r--r-- | cosv/source/storage/file.cxx | 9 | ||||
-rw-r--r-- | cosv/source/storage/persist.cxx | 9 | ||||
-rw-r--r-- | cosv/source/storage/ploc.cxx | 9 | ||||
-rw-r--r-- | cosv/source/storage/ploc_dir.cxx | 9 | ||||
-rw-r--r-- | cosv/source/storage/plocroot.cxx | 9 | ||||
-rw-r--r-- | cosv/source/strings/str_types.cxx | 9 | ||||
-rw-r--r-- | cosv/source/strings/streamstr.cxx | 9 | ||||
-rw-r--r-- | cosv/source/strings/string.cxx | 9 | ||||
-rw-r--r-- | cosv/source/unittest/file_ut.cxx | 9 | ||||
-rw-r--r-- | cosv/source/unittest/string_ut.cxx | 9 | ||||
-rw-r--r-- | cosv/source/unittest/ut_main.cxx | 9 |
17 files changed, 136 insertions, 17 deletions
diff --git a/cosv/source/inc/precomp.h b/cosv/source/inc/precomp.h index f405f1c20614..760fe14f2af2 100644 --- a/cosv/source/inc/precomp.h +++ b/cosv/source/inc/precomp.h @@ -29,7 +29,14 @@ #define CSV_PRECOMP_H -#include <cosv/csv_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> 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 diff --git a/cosv/source/storage/dirchain.cxx b/cosv/source/storage/dirchain.cxx index f87557f60a86..f9acb3baff67 100644 --- a/cosv/source/storage/dirchain.cxx +++ b/cosv/source/storage/dirchain.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/dirchain.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/storage/file.cxx b/cosv/source/storage/file.cxx index 3be09d13695f..2656cbd2523d 100644 --- a/cosv/source/storage/file.cxx +++ b/cosv/source/storage/file.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/file.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/storage/persist.cxx b/cosv/source/storage/persist.cxx index 9ba40564a73b..e0909a45e018 100644 --- a/cosv/source/storage/persist.cxx +++ b/cosv/source/storage/persist.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/persist.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/storage/ploc.cxx b/cosv/source/storage/ploc.cxx index 614fae82ae3f..4721bec88cfd 100644 --- a/cosv/source/storage/ploc.cxx +++ b/cosv/source/storage/ploc.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/ploc.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/storage/ploc_dir.cxx b/cosv/source/storage/ploc_dir.cxx index cb96fdfbc079..5a9652352ea7 100644 --- a/cosv/source/storage/ploc_dir.cxx +++ b/cosv/source/storage/ploc_dir.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/ploc_dir.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/storage/plocroot.cxx b/cosv/source/storage/plocroot.cxx index 70c8c6817cfc..601b34cd96d1 100644 --- a/cosv/source/storage/plocroot.cxx +++ b/cosv/source/storage/plocroot.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/ploc.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/strings/str_types.cxx b/cosv/source/strings/str_types.cxx index aa3025f09c63..2ec0abbe56e8 100644 --- a/cosv/source/strings/str_types.cxx +++ b/cosv/source/strings/str_types.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/str_types.hxx> diff --git a/cosv/source/strings/streamstr.cxx b/cosv/source/strings/streamstr.cxx index f13f13dacc54..ef266ac2d13b 100644 --- a/cosv/source/strings/streamstr.cxx +++ b/cosv/source/strings/streamstr.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/streamstr.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/strings/string.cxx b/cosv/source/strings/string.cxx index 1ffecaacab14..50da14989336 100644 --- a/cosv/source/strings/string.cxx +++ b/cosv/source/strings/string.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/string.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/unittest/file_ut.cxx b/cosv/source/unittest/file_ut.cxx index 80af885f0edf..cabb761ee233 100644 --- a/cosv/source/unittest/file_ut.cxx +++ b/cosv/source/unittest/file_ut.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/file.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/unittest/string_ut.cxx b/cosv/source/unittest/string_ut.cxx index fe3bbb8aa118..eba638c4d6f5 100644 --- a/cosv/source/unittest/string_ut.cxx +++ b/cosv/source/unittest/string_ut.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/string.hxx> // NOT FULLY DECLARED SERVICES diff --git a/cosv/source/unittest/ut_main.cxx b/cosv/source/unittest/ut_main.cxx index 0337dc74ba4a..b048b9fc8c84 100644 --- a/cosv/source/unittest/ut_main.cxx +++ b/cosv/source/unittest/ut_main.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/file.hxx> #include <cosv/simplestring.hxx> |