diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-08 21:46:51 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-09 05:30:41 +0200 |
commit | 5c151537b571614c8f10b96e2b60faa959413f1f (patch) | |
tree | a3410556cd5a09546aafd327d090eb4176235129 /sw/source/uibase/inc/toxmgr.hxx | |
parent | 91d5cebbde2e854a73a9a7633725350df1418387 (diff) |
uibase: consistently use "" and <> in include directives
Change-Id: Ib6888045cecb4bd7b3498534605d790324f1b40a
Reviewed-on: https://gerrit.libreoffice.org/43265
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc/toxmgr.hxx')
-rw-r--r-- | sw/source/uibase/inc/toxmgr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/toxmgr.hxx b/sw/source/uibase/inc/toxmgr.hxx index b15972d3cf55..470bc0a5fe22 100644 --- a/sw/source/uibase/inc/toxmgr.hxx +++ b/sw/source/uibase/inc/toxmgr.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_TOXMGR_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_TOXMGR_HXX -#include "swdllapi.h" -#include "tox.hxx" +#include <swdllapi.h> +#include <tox.hxx> #include <authfld.hxx> #include <memory> |