From bda4fe043b8bd03d647bc9497fc271cd458ac91d Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 18 Mar 2017 12:15:55 +1100 Subject: osl: test/uniquepipename.hxx use <> delimiters for headers Change-Id: Idabde42af4eed1000e32d605cf93f359ed218ff0 --- include/osl/test/uniquepipename.hxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'include/osl') diff --git a/include/osl/test/uniquepipename.hxx b/include/osl/test/uniquepipename.hxx index 0b1f9c68a695..fb0be8f4ad7a 100644 --- a/include/osl/test/uniquepipename.hxx +++ b/include/osl/test/uniquepipename.hxx @@ -17,11 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/types.h" -#include "cppunit/TestAssert.h" -#include "osl/process.h" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include +#include +#include +#include + +#include namespace osl { namespace test { -- cgit