summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 18:51:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-09 19:08:29 +0100
commit220d9c24d0e81668862010ed3e68e4f46fe9924b (patch)
tree65fd5bff61508ff2619a36e6242ffc476746290c /jvmfwk/plugins
parentMake the new D2D Graphite rendering work also in the OpenGL case (diff)
downloadcore-220d9c24d0e81668862010ed3e68e4f46fe9924b.tar.gz
core-220d9c24d0e81668862010ed3e68e4f46fe9924b.zip
include/jvmfwk/*.h -> .hxx (only ever included from C++ code)
Change-Id: Ia912e937d5a48afb6f8f5345b20bb7bd517fc4f1
Diffstat (limited to 'jvmfwk/plugins')
-rw-r--r--jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
index 449c26b6f3fa..748b7d7d45d4 100644
--- a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
+++ b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
@@ -26,7 +26,7 @@
#include "osl/thread.h"
#include "rtl/ustring.hxx"
#include "rtl/byteseq.hxx"
-#include "jvmfwk/framework.h"
+#include "jvmfwk/framework.hxx"
static bool hasOption(char const * szOption, int argc, char** argv);