summaryrefslogtreecommitdiff
path: root/jvmfwk/source/fwkutil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/source/fwkutil.cxx')
-rw-r--r--jvmfwk/source/fwkutil.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/jvmfwk/source/fwkutil.cxx b/jvmfwk/source/fwkutil.cxx
index 95fa21503bc0..3d0a2ac22804 100644
--- a/jvmfwk/source/fwkutil.cxx
+++ b/jvmfwk/source/fwkutil.cxx
@@ -33,21 +33,21 @@
#include <string>
#include <string.h>
-#include "osl/module.hxx"
-#include "osl/thread.hxx"
-#include "rtl/ustring.hxx"
-#include "rtl/ustrbuf.hxx"
-#include "rtl/bootstrap.hxx"
-#include "osl/file.hxx"
-#include "osl/process.h"
-#include "rtl/instance.hxx"
-#include "rtl/uri.hxx"
-#include "osl/getglobalmutex.hxx"
-#include "com/sun/star/lang/IllegalArgumentException.hpp"
-#include "cppuhelper/bootstrap.hxx"
+#include <osl/module.hxx>
+#include <osl/thread.hxx>
+#include <rtl/ustring.hxx>
+#include <rtl/ustrbuf.hxx>
+#include <rtl/bootstrap.hxx>
+#include <osl/file.hxx>
+#include <osl/process.h>
+#include <rtl/instance.hxx>
+#include <rtl/uri.hxx>
+#include <osl/getglobalmutex.hxx>
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
+#include <cppuhelper/bootstrap.hxx>
#include "framework.hxx"
-#include "fwkutil.hxx"
+#include <fwkutil.hxx>
#include <memory>
using namespace osl;