diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-11 00:28:36 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-11 07:02:55 +0200 |
commit | ff578127e279c1f9949923c601636aa274d52892 (patch) | |
tree | 1a645b083fa96292d0e9a7781a3bccae2d464a72 /binaryurp/source/binaryany.cxx | |
parent | 6beaa8aae6b4a56ceb2075d131b6ae319ef9ea9d (diff) |
binaryurp: consistently use "" and <> for include directives
Change-Id: If328428d7f88d8a160888857acd3a07bbd8dab83
Reviewed-on: https://gerrit.libreoffice.org/43318
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'binaryurp/source/binaryany.cxx')
-rw-r--r-- | binaryurp/source/binaryany.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binaryurp/source/binaryany.cxx b/binaryurp/source/binaryany.cxx index a4163767ec3c..af1493331160 100644 --- a/binaryurp/source/binaryany.cxx +++ b/binaryurp/source/binaryany.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <utility> -#include "typelib/typeclass.h" -#include "typelib/typedescription.hxx" -#include "uno/any2.h" +#include <typelib/typeclass.h> +#include <typelib/typedescription.hxx> +#include <uno/any2.h> #include "binaryany.hxx" |