summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:16:40 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:16:40 -0600
commitab407ad86610a0aba882b03075319e0b62b2c8d3 (patch)
tree5d9ad50e79a442b6985ce8c22bfc3becc232a082 /registry
parentbbe62f006e898dd8d54f9981b13cd5816dc354cc (diff)
remove include of pch header from registry
Diffstat (limited to 'registry')
-rw-r--r--registry/inc/pch/precompiled_registry.cxx1
-rw-r--r--registry/inc/pch/precompiled_registry.hxx1
-rw-r--r--registry/source/keyimpl.cxx2
-rw-r--r--registry/source/reflread.cxx2
-rw-r--r--registry/source/reflwrit.cxx2
-rw-r--r--registry/source/regimpl.cxx2
-rw-r--r--registry/source/registry.cxx2
-rw-r--r--registry/source/regkey.cxx2
-rw-r--r--registry/test/testmerge.cxx2
-rw-r--r--registry/test/testregcpp.cxx2
-rw-r--r--registry/tools/checksingleton.cxx2
-rw-r--r--registry/tools/rdbedit.cxx2
-rw-r--r--registry/tools/regcompare.cxx2
-rw-r--r--registry/tools/regmerge.cxx2
-rw-r--r--registry/tools/regview.cxx2
-rw-r--r--registry/workben/regspeed.cxx2
-rw-r--r--registry/workben/regtest.cxx2
-rw-r--r--registry/workben/test.cxx2
18 files changed, 0 insertions, 34 deletions
diff --git a/registry/inc/pch/precompiled_registry.cxx b/registry/inc/pch/precompiled_registry.cxx
index 81ccbc19b576..e5a2f60de99b 100644
--- a/registry/inc/pch/precompiled_registry.cxx
+++ b/registry/inc/pch/precompiled_registry.cxx
@@ -26,6 +26,5 @@
*
************************************************************************/
-#include "precompiled_registry.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/registry/inc/pch/precompiled_registry.hxx b/registry/inc/pch/precompiled_registry.hxx
index 0b647d0fd083..1f2bf34bf349 100644
--- a/registry/inc/pch/precompiled_registry.hxx
+++ b/registry/inc/pch/precompiled_registry.hxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:54.670626
#ifdef PRECOMPILED_HEADERS
#endif
diff --git a/registry/source/keyimpl.cxx b/registry/source/keyimpl.cxx
index 4603ce41d163..1ff5cb672480 100644
--- a/registry/source/keyimpl.cxx
+++ b/registry/source/keyimpl.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include "keyimpl.hxx"
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx
index ad5821d587f9..cac943f58e46 100644
--- a/registry/source/reflread.cxx
+++ b/registry/source/reflread.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include <memory>
#include <new>
diff --git a/registry/source/reflwrit.cxx b/registry/source/reflwrit.cxx
index 69cffead8372..3f19d00c349e 100644
--- a/registry/source/reflwrit.cxx
+++ b/registry/source/reflwrit.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include <new>
#include <sal/types.h>
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index ea021b48341f..027f6c2a7612 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include "regimpl.hxx"
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx
index d61fa32a4b5e..61764e80a37c 100644
--- a/registry/source/registry.cxx
+++ b/registry/source/registry.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include <registry/registry.h>
#include <registry/registry.hxx>
diff --git a/registry/source/regkey.cxx b/registry/source/regkey.cxx
index 6ea83afe6a54..3cefe35f895a 100644
--- a/registry/source/regkey.cxx
+++ b/registry/source/regkey.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include "regkey.hxx"
diff --git a/registry/test/testmerge.cxx b/registry/test/testmerge.cxx
index d91117be2be3..fb648881de19 100644
--- a/registry/test/testmerge.cxx
+++ b/registry/test/testmerge.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include <iostream>
#include <stdio.h>
diff --git a/registry/test/testregcpp.cxx b/registry/test/testregcpp.cxx
index 427f5428be7d..a9cd97186419 100644
--- a/registry/test/testregcpp.cxx
+++ b/registry/test/testregcpp.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include <iostream>
#include <stdio.h>
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx
index 406af9dfeb84..ed5924beca71 100644
--- a/registry/tools/checksingleton.cxx
+++ b/registry/tools/checksingleton.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include "registry/registry.hxx"
#include "registry/reflread.hxx"
diff --git a/registry/tools/rdbedit.cxx b/registry/tools/rdbedit.cxx
index ad8e1302ffa2..ef7555aa8eb7 100644
--- a/registry/tools/rdbedit.cxx
+++ b/registry/tools/rdbedit.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include <stdio.h>
#include <string.h>
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index 1cba9069527b..f3dfe6b12fbe 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include "registry/registry.hxx"
#include "registry/reader.hxx"
diff --git a/registry/tools/regmerge.cxx b/registry/tools/regmerge.cxx
index 7b5997d782ad..8aac913ea01d 100644
--- a/registry/tools/regmerge.cxx
+++ b/registry/tools/regmerge.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include "registry/registry.hxx"
#include "fileurl.hxx"
diff --git a/registry/tools/regview.cxx b/registry/tools/regview.cxx
index 57ebcea1270b..3e4774c826f0 100644
--- a/registry/tools/regview.cxx
+++ b/registry/tools/regview.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include "registry/registry.h"
#include "fileurl.hxx"
diff --git a/registry/workben/regspeed.cxx b/registry/workben/regspeed.cxx
index 83b5db8dd2e4..b6c3f42f29d4 100644
--- a/registry/workben/regspeed.cxx
+++ b/registry/workben/regspeed.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include <iostream>
#include <stdio.h>
diff --git a/registry/workben/regtest.cxx b/registry/workben/regtest.cxx
index ef9c106fd0cc..4307992c2e4d 100644
--- a/registry/workben/regtest.cxx
+++ b/registry/workben/regtest.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include <iostream>
#include <stdio.h>
diff --git a/registry/workben/test.cxx b/registry/workben/test.cxx
index 4f225722b7ca..a7af6208ffd3 100644
--- a/registry/workben/test.cxx
+++ b/registry/workben/test.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_registry.hxx"
#include <stdio.h>