diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:34:19 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:46 -0600 |
commit | 945fb8c227e563d348dacc568b130e95ab20c8fc (patch) | |
tree | 87fe085a9c5b7af54ce8861c41e5a55ce0de0363 /include/unotools/misccfg.hxx | |
parent | 65d9783d8bc2ffec5bf6fd989c9bc0d709194e5f (diff) |
fdo#65108 inter-module includes <> include/unotools
Change-Id: Icd9b46da88366f5b260c8e20931b5dbdbedf3a66
Diffstat (limited to 'include/unotools/misccfg.hxx')
-rw-r--r-- | include/unotools/misccfg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/misccfg.hxx b/include/unotools/misccfg.hxx index aa208c631f97..6f4f61a1c80f 100644 --- a/include/unotools/misccfg.hxx +++ b/include/unotools/misccfg.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_UNOTOOLS_MISCCFG_HXX #define INCLUDED_UNOTOOLS_MISCCFG_HXX -#include "unotools/unotoolsdllapi.h" -#include "tools/solar.h" -#include "unotools/options.hxx" +#include <unotools/unotoolsdllapi.h> +#include <tools/solar.h> +#include <unotools/options.hxx> namespace utl { |