diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:38:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:03 +0200 |
commit | 0a938e785920f46404334a9d19f018d3e28d9a49 (patch) | |
tree | 1b809bd234be3fb98a1fc78068cd57c133cd4db0 /jvmfwk/source/elements.cxx | |
parent | fc8e95600aa40ef33beab7fd4c07e7ce66df1d27 (diff) |
loplugin:includeform: jvmfwk
Change-Id: I7292ced23647692fdc85a3c234fb1469a91ad0ea
Diffstat (limited to 'jvmfwk/source/elements.cxx')
-rw-r--r-- | jvmfwk/source/elements.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx index 2e1109aa9f69..696d6b616d75 100644 --- a/jvmfwk/source/elements.cxx +++ b/jvmfwk/source/elements.cxx @@ -22,20 +22,20 @@ #include <cassert> #include <memory> -#include "elements.hxx" -#include "osl/mutex.hxx" -#include "osl/file.hxx" -#include "fwkutil.hxx" +#include <elements.hxx> +#include <osl/mutex.hxx> +#include <osl/file.hxx> +#include <fwkutil.hxx> #include "fwkbase.hxx" #include "framework.hxx" #include "libxmlutil.hxx" -#include "osl/thread.hxx" +#include <osl/thread.hxx> #include <algorithm> -#include "libxml/parser.h" -#include "libxml/xpath.h" -#include "libxml/xpathInternals.h" -#include "rtl/bootstrap.hxx" -#include "boost/optional.hpp" +#include <libxml/parser.h> +#include <libxml/xpath.h> +#include <libxml/xpathInternals.h> +#include <rtl/bootstrap.hxx> +#include <boost/optional.hpp> #include <string.h> // For backwards compatibility, the nFeatures and nRequirements flag words are |