summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno/nativethreadpool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/jni_uno/nativethreadpool.cxx')
-rw-r--r--bridges/source/jni_uno/nativethreadpool.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/bridges/source/jni_uno/nativethreadpool.cxx b/bridges/source/jni_uno/nativethreadpool.cxx
index ee40e6b53e82..547001a7f51e 100644
--- a/bridges/source/jni_uno/nativethreadpool.cxx
+++ b/bridges/source/jni_uno/nativethreadpool.cxx
@@ -19,14 +19,14 @@
#include <string.h>
-#include "jvmaccess/virtualmachine.hxx"
-#include "rtl/byteseq.h"
-#include "rtl/byteseq.hxx"
-#include "rtl/ref.hxx"
-#include "sal/types.h"
-#include "uno/threadpool.h"
-
-#include "jni.h"
+#include <jvmaccess/virtualmachine.hxx>
+#include <rtl/byteseq.h>
+#include <rtl/byteseq.hxx>
+#include <rtl/ref.hxx>
+#include <sal/types.h>
+#include <uno/threadpool.h>
+
+#include <jni.h>
#include <new>