diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-31 21:08:53 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-04 13:25:51 +0100 |
commit | b2bfa6266ce88e9507add78280d5f5d436277173 (patch) | |
tree | 78a49c5cb7b016649b0a4e4ec6ab74a606a1ff0d /uui/inc | |
parent | 228025b8dfe35234a3445c232430a1bd15c86143 (diff) |
tdf#42949 Fix IWYU warnings in uui/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ic48d61a5f5d24742682b4d39096e468f224639df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87783
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'uui/inc')
-rw-r--r-- | uui/inc/ids.hrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/uui/inc/ids.hrc b/uui/inc/ids.hrc index 061c2a77bd80..744542bf7697 100644 --- a/uui/inc/ids.hrc +++ b/uui/inc/ids.hrc @@ -20,6 +20,12 @@ #ifndef INCLUDED_UUI_INC_IDS_HRC #define INCLUDED_UUI_INC_IDS_HRC +#include <vcl/errcode.hxx> + +#include <utility> + +#include "ids.hxx" + #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String) const std::pair<const char*, ErrCode> RID_UUI_ERRHDL[] = |