diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:32:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:54 +0200 |
commit | 2d1de9686e831158de55d9c5e8f51d36412556ec (patch) | |
tree | bd1c19830f5ec7e2d7490be4f5f0a5266e0df655 /sdext/source/presenter | |
parent | 1c46c7a04fcd2a02429d6360bd1e78e2519619da (diff) |
loplugin:includeform: sdext
Change-Id: Ieb9641b9846ecfed8d1a022a48defe7644405690
Diffstat (limited to 'sdext/source/presenter')
-rw-r--r-- | sdext/source/presenter/PresenterComponent.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterComponent.cxx b/sdext/source/presenter/PresenterComponent.cxx index 8cf565a9903f..8b35e454cb9a 100644 --- a/sdext/source/presenter/PresenterComponent.cxx +++ b/sdext/source/presenter/PresenterComponent.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implementationentry.hxx> #include "PresenterProtocolHandler.hxx" #include "PresenterScreen.hxx" |