diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:23:56 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:23:56 -0600 |
commit | 06483141ede45f34a7e1a6bfedf7107e40839af9 (patch) | |
tree | 09f8ee4a847f5fd101542fa93bc4252b6eca8ae2 /store/source | |
parent | 36f155dda15b64a045457859e9c1d1eb42008bb7 (diff) |
remove include of pch header from store
Diffstat (limited to 'store/source')
-rw-r--r-- | store/source/lockbyte.cxx | 2 | ||||
-rw-r--r-- | store/source/object.cxx | 2 | ||||
-rw-r--r-- | store/source/storbase.cxx | 2 | ||||
-rw-r--r-- | store/source/storbios.cxx | 2 | ||||
-rw-r--r-- | store/source/storcach.cxx | 2 | ||||
-rw-r--r-- | store/source/stordata.cxx | 2 | ||||
-rw-r--r-- | store/source/stordir.cxx | 2 | ||||
-rw-r--r-- | store/source/store.cxx | 2 | ||||
-rw-r--r-- | store/source/storlckb.cxx | 2 | ||||
-rw-r--r-- | store/source/storpage.cxx | 2 | ||||
-rw-r--r-- | store/source/stortree.cxx | 2 |
11 files changed, 0 insertions, 22 deletions
diff --git a/store/source/lockbyte.cxx b/store/source/lockbyte.cxx index b947dd0e3b97..f7b20f002f7b 100644 --- a/store/source/lockbyte.cxx +++ b/store/source/lockbyte.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "lockbyte.hxx" diff --git a/store/source/object.cxx b/store/source/object.cxx index bebb5f0a170c..96029db4619b 100644 --- a/store/source/object.cxx +++ b/store/source/object.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "object.hxx" diff --git a/store/source/storbase.cxx b/store/source/storbase.cxx index 8fd79ba27eff..9b123433da73 100644 --- a/store/source/storbase.cxx +++ b/store/source/storbase.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "storbase.hxx" diff --git a/store/source/storbios.cxx b/store/source/storbios.cxx index b4fbec4acaf8..2bdd46b78833 100644 --- a/store/source/storbios.cxx +++ b/store/source/storbios.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "storbios.hxx" diff --git a/store/source/storcach.cxx b/store/source/storcach.cxx index 61d42322e2ab..f14c25d0acf5 100644 --- a/store/source/storcach.cxx +++ b/store/source/storcach.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "storcach.hxx" diff --git a/store/source/stordata.cxx b/store/source/stordata.cxx index db85ce0eff13..770dcb6cc499 100644 --- a/store/source/stordata.cxx +++ b/store/source/stordata.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "stordata.hxx" diff --git a/store/source/stordir.cxx b/store/source/stordir.cxx index 01d4357a2a46..433b616e0aeb 100644 --- a/store/source/stordir.cxx +++ b/store/source/stordir.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "stordir.hxx" diff --git a/store/source/store.cxx b/store/source/store.cxx index a77b34acc9ca..5c61e6cbb37c 100644 --- a/store/source/store.cxx +++ b/store/source/store.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "store/store.h" diff --git a/store/source/storlckb.cxx b/store/source/storlckb.cxx index 658ec52646b6..cb99d1fa197b 100644 --- a/store/source/storlckb.cxx +++ b/store/source/storlckb.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "storlckb.hxx" diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx index b91528a615df..6804b622117a 100644 --- a/store/source/storpage.cxx +++ b/store/source/storpage.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "storpage.hxx" diff --git a/store/source/stortree.cxx b/store/source/stortree.cxx index 508748c3b285..99e83bb89c4c 100644 --- a/store/source/stortree.cxx +++ b/store/source/stortree.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_store.hxx" #include "stortree.hxx" |