From caa75df6e832382191fa15bcc0a5002c4123cc61 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sat, 7 Jul 2012 01:22:59 +0200 Subject: 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 --- connectivity/inc/pch/precompiled_file.hxx | 9 --------- connectivity/inc/pch/precompiled_flat.hxx | 9 --------- 2 files changed, 18 deletions(-) (limited to 'connectivity/inc') 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 #include #include @@ -33,8 +28,4 @@ #include #include -#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 #include #include @@ -33,8 +28,4 @@ #include #include -#endif - -#endif // PRECOMPILED_FLAT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit