summaryrefslogtreecommitdiff
path: root/jvmfwk/source/framework.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/source/framework.cxx')
-rw-r--r--jvmfwk/source/framework.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx
index 6da84fb6576f..af5621addeb7 100644
--- a/jvmfwk/source/framework.cxx
+++ b/jvmfwk/source/framework.cxx
@@ -23,17 +23,17 @@
#include <memory>
#include <utility>
-#include "rtl/ustring.hxx"
-#include "rtl/bootstrap.hxx"
-#include "osl/thread.hxx"
-#include "osl/file.hxx"
-#include "jvmfwk/framework.hxx"
-#include "vendorplugin.hxx"
+#include <rtl/ustring.hxx>
+#include <rtl/bootstrap.hxx>
+#include <osl/thread.hxx>
+#include <osl/file.hxx>
+#include <jvmfwk/framework.hxx>
+#include <vendorplugin.hxx>
#include <vector>
#include <algorithm>
#include "framework.hxx"
-#include "fwkutil.hxx"
-#include "elements.hxx"
+#include <fwkutil.hxx>
+#include <elements.hxx>
#include "fwkbase.hxx"
namespace {