diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-11-10 20:27:47 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-11 10:21:52 +0100 |
commit | 7757c28d6e60ba2871b2edfa2c68a28bc8026995 (patch) | |
tree | d589dfff67ea39594c4dc5144a92e1daa77670ea /xmlsecurity | |
parent | e7423d0574bae586c37c19764ecc061bd4191eb1 (diff) |
remove a PCH for which the library has already been removed
Change-Id: Ida35d27a4aaae1c137e3ed072dff62b7c7e894ca
Reviewed-on: https://gerrit.libreoffice.org/82399
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx | 13 | ||||
-rw-r--r-- | xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx | 33 |
2 files changed, 0 insertions, 46 deletions
diff --git a/xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx b/xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx deleted file mode 100644 index 5093ea57fdae..000000000000 --- a/xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx +++ /dev/null @@ -1,13 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#include "precompiled_xsec_gpg.hxx" - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ - diff --git a/xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx b/xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx deleted file mode 100644 index 9f43021e5b6c..000000000000 --- a/xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx +++ /dev/null @@ -1,33 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -/* - This file has been autogenerated by update_pch.sh. It is possible to edit it - manually (such as when an include file has been moved/renamed/removed). All such - manual changes will be rewritten by the next run of update_pch.sh (which presumably - also fixes all possible problems, so it's usually better to use it). - - Generated on 2017-03-03 09:38:52 using: - ./bin/update_pch xmlsecurity/ xsec_gpg --cutoff=1 --exclude:system --include:module --include:local - - If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx "make xmlsecurity/.build" --find-conflicts -*/ - -#include <context.h> -#include <gpgme.h> -#include <key.h> -#include <keylistresult.h> -#include <list> -#include <comphelper/processfactory.hxx> -#include <comphelper/servicehelper.hxx> -#include <cppuhelper/factory.hxx> -#include <cppuhelper/supportsservice.hxx> - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |