diff options
Diffstat (limited to 'unotest/source/cpp/getargument.cxx')
-rw-r--r-- | unotest/source/cpp/getargument.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unotest/source/cpp/getargument.cxx b/unotest/source/cpp/getargument.cxx index 5fca79af6016..5beaf5705a4b 100644 --- a/unotest/source/cpp/getargument.cxx +++ b/unotest/source/cpp/getargument.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "osl/diagnose.h" -#include "rtl/bootstrap.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <osl/diagnose.h> +#include <rtl/bootstrap.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> #include "getargument.hxx" |