summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcetreeprovider.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:29:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:48 +0200
commit0b51e2a7464356f417b885d1efca900390155bdd (patch)
tree298b5852aad68d99862566095f30708f5ced1ebd /unoidl/source/sourcetreeprovider.cxx
parentbf49fc49ad3f18a1782c882a128c91436ad64ff6 (diff)
loplugin:includeform: unoidl
Change-Id: Ie5414c607ed9dcf8ebd3a37d150aa138dac3ad09
Diffstat (limited to 'unoidl/source/sourcetreeprovider.cxx')
-rw-r--r--unoidl/source/sourcetreeprovider.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx
index da1770ca0704..df6a81c3f5ab 100644
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -7,22 +7,22 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <map>
#include <vector>
#include <cstring>
-#include "osl/file.h"
-#include "osl/file.hxx"
-#include "rtl/character.hxx"
-#include "rtl/ref.hxx"
-#include "rtl/ustrbuf.hxx"
-#include "rtl/ustring.hxx"
-#include "unoidl/unoidl.hxx"
+#include <osl/file.h>
+#include <osl/file.hxx>
+#include <rtl/character.hxx>
+#include <rtl/ref.hxx>
+#include <rtl/ustrbuf.hxx>
+#include <rtl/ustring.hxx>
+#include <unoidl/unoidl.hxx>
#include "sourceprovider-parser-requires.hxx"
-#include "sourceprovider-parser.hxx"
+#include <sourceprovider-parser.hxx>
#include "sourceprovider-scanner.hxx"
#include "sourcetreeprovider.hxx"