From 696722f2c89e1647d89db4622264446d65c9fc81 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:44:10 +0200 Subject: loplugin:includeform: codemaker Change-Id: If0c6726c4e096f50e2e16f2a4f7e5821457ac368 --- codemaker/source/cppumaker/includes.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'codemaker/source/cppumaker/includes.hxx') diff --git a/codemaker/source/cppumaker/includes.hxx b/codemaker/source/cppumaker/includes.hxx index dd33bcc9b62a..3e7c20569ee2 100644 --- a/codemaker/source/cppumaker/includes.hxx +++ b/codemaker/source/cppumaker/includes.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX #define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include +#include #include "dependencies.hxx" -- cgit