diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-12-06 09:38:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-06 09:41:07 +0100 |
commit | 4fc37e3597fad66700d0b37e92707324bb6e8c7f (patch) | |
tree | c1a80e34a556cb7c0323a44f50b30b68b5035fc2 /sal | |
parent | 95c6d45800347609fd8ef70365d888df763dbc18 (diff) |
Remove spurious #include
...that had been added by accident with 55e596956e56b175ab17b682e7c8ac7daeb9289a
"loplugin:external (clang-cl)"
Change-Id: Ieff93c825632d68adb621d8f646ff8abb72b5452
Reviewed-on: https://gerrit.libreoffice.org/84599
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/uri.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/rtl/uri.cxx b/sal/rtl/uri.cxx index d7da7d48d43d..592b92c88525 100644 --- a/sal/rtl/uri.cxx +++ b/sal/rtl/uri.cxx @@ -1,4 +1,3 @@ -#include<optional> /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. |