diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-03-18 12:15:55 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-03-18 12:20:09 +1100 |
commit | bda4fe043b8bd03d647bc9497fc271cd458ac91d (patch) | |
tree | 9bb92999c0bddc174b8dd9e27aaf4d6fe34a0fcf /include | |
parent | d8d9c9ef40c5f4f32404f0cdce3dfffea45541f7 (diff) |
osl: test/uniquepipename.hxx use <> delimiters for headers
Change-Id: Idabde42af4eed1000e32d605cf93f359ed218ff0
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/test/uniquepipename.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
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 <sal/types.h> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <cppunit/TestAssert.h> + +#include <osl/process.h> namespace osl { namespace test { |