diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 17:00:00 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:12:51 +0200 |
commit | de7596f102c304b74e0d406886db1cb006850a12 (patch) | |
tree | 7db966ac8c4abab76ba6a26209a4020ab78f04d8 /idlc | |
parent | 27c6c1f5a405b3b17d8e70e6c0f5607d1c1d20fe (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astdump.cxx | 2 | ||||
-rw-r--r-- | idlc/source/astscope.cxx | 2 | ||||
-rw-r--r-- | idlc/source/aststruct.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/idlc/source/astdump.cxx b/idlc/source/astdump.cxx index 7e4e7ab75..153091c6f 100644 --- a/idlc/source/astdump.cxx +++ b/idlc/source/astdump.cxx @@ -33,9 +33,7 @@ #include <idlc/astconstant.hxx> #include <idlc/astattribute.hxx> #include <idlc/astinterfacemember.hxx> -#ifndef _IDLC_ASTSERVICEEMEMBER_HXX_ #include <idlc/astservicemember.hxx> -#endif #include <idlc/astobserves.hxx> #include <idlc/astneeds.hxx> #include <idlc/astsequence.hxx> diff --git a/idlc/source/astscope.cxx b/idlc/source/astscope.cxx index 127d509f3..798923e42 100644 --- a/idlc/source/astscope.cxx +++ b/idlc/source/astscope.cxx @@ -29,9 +29,7 @@ #include "precompiled_idlc.hxx" #include <idlc/astscope.hxx> #include <idlc/astbasetype.hxx> -#ifndef _IDLC_ASTINERFACE_HXX_ #include <idlc/astinterface.hxx> -#endif #include <idlc/errorhandler.hxx> diff --git a/idlc/source/aststruct.cxx b/idlc/source/aststruct.cxx index e6a22fd01..2de5be699 100644 --- a/idlc/source/aststruct.cxx +++ b/idlc/source/aststruct.cxx @@ -28,9 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_idlc.hxx" #include <idlc/aststruct.hxx> -#ifndef _IDLC_ASTMember_HXX_ #include <idlc/astmember.hxx> -#endif #include "registry/version.h" #include "registry/writer.hxx" |