summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:23:56 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:23:56 -0600
commit06483141ede45f34a7e1a6bfedf7107e40839af9 (patch)
tree09f8ee4a847f5fd101542fa93bc4252b6eca8ae2 /store
parent36f155dda15b64a045457859e9c1d1eb42008bb7 (diff)
remove include of pch header from store
Diffstat (limited to 'store')
-rw-r--r--store/inc/pch/precompiled_store.cxx1
-rw-r--r--store/inc/pch/precompiled_store.hxx1
-rw-r--r--store/source/lockbyte.cxx2
-rw-r--r--store/source/object.cxx2
-rw-r--r--store/source/storbase.cxx2
-rw-r--r--store/source/storbios.cxx2
-rw-r--r--store/source/storcach.cxx2
-rw-r--r--store/source/stordata.cxx2
-rw-r--r--store/source/stordir.cxx2
-rw-r--r--store/source/store.cxx2
-rw-r--r--store/source/storlckb.cxx2
-rw-r--r--store/source/storpage.cxx2
-rw-r--r--store/source/stortree.cxx2
-rw-r--r--store/workben/t_base.cxx2
-rw-r--r--store/workben/t_file.cxx2
-rw-r--r--store/workben/t_store.cxx2
16 files changed, 0 insertions, 30 deletions
diff --git a/store/inc/pch/precompiled_store.cxx b/store/inc/pch/precompiled_store.cxx
index 7fe9c284c5a6..e5a2f60de99b 100644
--- a/store/inc/pch/precompiled_store.cxx
+++ b/store/inc/pch/precompiled_store.cxx
@@ -26,6 +26,5 @@
*
************************************************************************/
-#include "precompiled_store.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/store/inc/pch/precompiled_store.hxx b/store/inc/pch/precompiled_store.hxx
index fe00b2bb716b..1f2bf34bf349 100644
--- a/store/inc/pch/precompiled_store.hxx
+++ b/store/inc/pch/precompiled_store.hxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): Generated on 2006-09-01 17:50:03.342334
#ifdef PRECOMPILED_HEADERS
#endif
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"
diff --git a/store/workben/t_base.cxx b/store/workben/t_base.cxx
index 6a96b7c15bb1..bb6e33a1c145 100644
--- a/store/workben/t_base.cxx
+++ b/store/workben/t_base.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_store.hxx"
#include "sal/types.h"
#include "osl/diagnose.h"
diff --git a/store/workben/t_file.cxx b/store/workben/t_file.cxx
index 6357e7b8a5a6..80e209b516c3 100644
--- a/store/workben/t_file.cxx
+++ b/store/workben/t_file.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_store.hxx"
#include "sal/types.h"
#include "osl/thread.h"
diff --git a/store/workben/t_store.cxx b/store/workben/t_store.cxx
index 19678b2ab86e..c48d9fef79a5 100644
--- a/store/workben/t_store.cxx
+++ b/store/workben/t_store.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_store.hxx"
#define _T_STORE_CXX
#include <sal/types.h>