diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:19:14 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:37:26 -0600 |
commit | 7ef3b651d0b081f265e310a1157bf62a3de2118f (patch) | |
tree | dcca153238affbfb7a2ced4d33d98b013a4fb65f /xmlscript/test | |
parent | 9a26a423540530a5f31c57e03363b2d2b7184b5e (diff) |
xmlscript: include <> for external includes
Change-Id: I3921f93a5ec2d043ed25d7569297131c020c4e83
Diffstat (limited to 'xmlscript/test')
-rw-r--r-- | xmlscript/test/imexp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx index 9678ef3239d5..41defc66b4d9 100644 --- a/xmlscript/test/imexp.cxx +++ b/xmlscript/test/imexp.cxx @@ -20,7 +20,7 @@ #include <config_folders.h> #include <stdio.h> -#include "osl/file.h" +#include <osl/file.h> #include <rtl/ustrbuf.hxx> |