diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:29:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:48 +0200 |
commit | bf49fc49ad3f18a1782c882a128c91436ad64ff6 (patch) | |
tree | 1a58ec8a7036ddcdae496ee6f348efe63a48bc63 /unotest/source/cpp/getargument.cxx | |
parent | 7bd70488cdfbd3ebca9e4151b9731a020e80db95 (diff) |
loplugin:includeform: unotest
Change-Id: I2c545951eba154ac34db32f97e37c03edb790fd4
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" |