summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-07-07 01:22:59 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-12-10 14:46:49 +0100
commitcaa75df6e832382191fa15bcc0a5002c4123cc61 (patch)
tree9d6b1fc7344b5d8b92a1c09cc4aae8460b63ca9d /connectivity/inc
parenteb7ae5fe2a43e2022afd5670dd1c2fe1f7cce481 (diff)
remove unneeded PCH stuff
Since the PCH is now explicitly included using the command line, it is no longer necessary to have include guards or #ifdefs for enabling it. Change-Id: Ie64fdc75129af7097213d86f2daec461993fb6f4
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/pch/precompiled_file.hxx9
-rw-r--r--connectivity/inc/pch/precompiled_flat.hxx9
2 files changed, 0 insertions, 18 deletions
diff --git a/connectivity/inc/pch/precompiled_file.hxx b/connectivity/inc/pch/precompiled_file.hxx
index ba902073deb2..fd9b58e35dfd 100644
--- a/connectivity/inc/pch/precompiled_file.hxx
+++ b/connectivity/inc/pch/precompiled_file.hxx
@@ -7,11 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef PRECOMPILED_FILE_HXX
-#define PRECOMPILED_FILE_HXX
-
-#ifdef PRECOMPILED_HEADERS
-
#include <vector>
#include <map>
#include <list>
@@ -33,8 +28,4 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/bind.hpp>
-#endif
-
-#endif // PRECOMPILED_FILE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/inc/pch/precompiled_flat.hxx b/connectivity/inc/pch/precompiled_flat.hxx
index 772f52fdf6f5..fd9b58e35dfd 100644
--- a/connectivity/inc/pch/precompiled_flat.hxx
+++ b/connectivity/inc/pch/precompiled_flat.hxx
@@ -7,11 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef PRECOMPILED_FLAT_HXX
-#define PRECOMPILED_FLAT_HXX
-
-#ifdef PRECOMPILED_HEADERS
-
#include <vector>
#include <map>
#include <list>
@@ -33,8 +28,4 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/bind.hpp>
-#endif
-
-#endif // PRECOMPILED_FLAT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */