summaryrefslogtreecommitdiff
path: root/basic/source/comp/scanner.cxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-09 17:04:39 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-10 07:43:46 +0200
commitdaf7c3e7329f343afdcfc72b3c3b88d6b23f0690 (patch)
tree1dd7093764cbc2cbcb954ff34736888bc65a1b2b /basic/source/comp/scanner.cxx
parentda7c1eb1c0a7d9e20ce6d147d428dba257b51152 (diff)
basic: consistently use "" and <> in include directives
Change-Id: I147c0e9b9b1e09af593f54799e45e1348cd40716 Reviewed-on: https://gerrit.libreoffice.org/43298 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'basic/source/comp/scanner.cxx')
-rw-r--r--basic/source/comp/scanner.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx
index 0cf8ed49c6b3..07d739f29bc0 100644
--- a/basic/source/comp/scanner.cxx
+++ b/basic/source/comp/scanner.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "basiccharclass.hxx"
-#include "scanner.hxx"
-#include "sbintern.hxx"
+#include <basiccharclass.hxx>
+#include <scanner.hxx>
+#include <sbintern.hxx>
#include <i18nlangtag/lang.h>
#include <comphelper/processfactory.hxx>