diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:29:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:48 +0200 |
commit | 0b51e2a7464356f417b885d1efca900390155bdd (patch) | |
tree | 298b5852aad68d99862566095f30708f5ced1ebd /unoidl/source/sourcefileprovider.hxx | |
parent | bf49fc49ad3f18a1782c882a128c91436ad64ff6 (diff) |
loplugin:includeform: unoidl
Change-Id: Ie5414c607ed9dcf8ebd3a37d150aa138dac3ad09
Diffstat (limited to 'unoidl/source/sourcefileprovider.hxx')
-rw-r--r-- | unoidl/source/sourcefileprovider.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unoidl/source/sourcefileprovider.hxx b/unoidl/source/sourcefileprovider.hxx index 9a2a4072fb90..3bef3e438fb5 100644 --- a/unoidl/source/sourcefileprovider.hxx +++ b/unoidl/source/sourcefileprovider.hxx @@ -10,12 +10,12 @@ #ifndef INCLUDED_UNOIDL_SOURCE_SOURCEFILEPROVIDER_HXX #define INCLUDED_UNOIDL_SOURCE_SOURCEFILEPROVIDER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <map> -#include "rtl/ref.hxx" -#include "unoidl/unoidl.hxx" +#include <rtl/ref.hxx> +#include <unoidl/unoidl.hxx> namespace unoidl { namespace detail { |