diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-13 12:41:22 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-13 13:59:47 +1000 |
commit | 663c691aaef4cff8e9aacdfd7d504a44a3c319a3 (patch) | |
tree | 4f868133917ef985ffa722806a05066cb3cd577f /sal | |
parent | 8e4f5da72d5fe3c7c22482e7beb98870d3294840 (diff) |
osl: osl_File.cxx header cleanup
Change-Id: I9c76e2ef0ee7f28a51c0011ceb7e9e2f45f15ea7
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/file/osl_File.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index d6ab55f87844..5f358fd1d802 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -21,8 +21,7 @@ #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> -#include "osl/thread.h" - +#include <osl/thread.h> #include <osl/file.hxx> #include <osl_File_Const.h> |