summaryrefslogtreecommitdiff
path: root/sal
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 /sal
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 'sal')
-rw-r--r--sal/inc/pch/precompiled_sal.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx
index 56f5004ed550..939af83951e9 100644
--- a/sal/inc/pch/precompiled_sal.hxx
+++ b/sal/inc/pch/precompiled_sal.hxx
@@ -7,11 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef PRECOMPILED_SAL_HXX
-#define PRECOMPILED_SAL_HXX
-
-#ifdef PRECOMPILED_HEADERS
-
#include <vector>
#include <map>
#include <list>
@@ -31,9 +26,4 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/bind.hpp>
-#endif
-
-#endif // PRECOMPILED_SAL_HXX
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */