diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-02-27 10:24:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-02-28 09:30:01 +0100 |
commit | 88156ea385e4d81c41a4a46157029671bb019751 (patch) | |
tree | 06ebb2adf422e5bf473f1b2922d397fc66f1f6cc /idlc | |
parent | 0d0119efd526c17018044a805347d5bce195065a (diff) |
loplugin:includeform
Change-Id: Id2c44c104a417feba152d4af43caca561f3432bf
Reviewed-on: https://gerrit.libreoffice.org/68465
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/scanner.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/scanner.l b/idlc/source/scanner.l index a4137551701b..1ba611dc52ea 100644 --- a/idlc/source/scanner.l +++ b/idlc/source/scanner.l @@ -24,7 +24,7 @@ * scanner.ll - Lexical scanner for IDLC 1.0 */ -#include "sal/config.h" +#include <sal/config.h> #include <stdlib.h> #include <string.h> |