diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:39:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:05 +0200 |
commit | f3698af7ccebbe7063226c843fb664f68d84e679 (patch) | |
tree | 279cd0306e153bb956fe4d53cebdf0baa2e2320d /idlc/inc/astinterface.hxx | |
parent | 3f2a9e2d71a04f18fa713b5174368ea3af1d348f (diff) |
loplugin:includeform: idlc
Change-Id: Ia32beed408de33fbe8ed59ddcab5b01ddc3b8218
Diffstat (limited to 'idlc/inc/astinterface.hxx')
-rw-r--r-- | idlc/inc/astinterface.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/astinterface.hxx b/idlc/inc/astinterface.hxx index 1f789a304b35..b83c79657252 100644 --- a/idlc/inc/astinterface.hxx +++ b/idlc/inc/astinterface.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_IDLC_INC_ASTINTERFACE_HXX #define INCLUDED_IDLC_INC_ASTINTERFACE_HXX -#include <asttype.hxx> -#include <astscope.hxx> +#include "asttype.hxx" +#include "astscope.hxx" #include "inheritedinterface.hxx" #include <map> |