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 | 334bef4563f3df39bba87f73a11a35744dd0a4d1 (patch) | |
tree | 0a4fe9742bd353938254e6ed485af9c214d35879 /idlc | |
parent | b49099fd11b032ca0a2608c98e3cfff2ef9e1d7b (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 3934cfb67e19..d6d61e50a842 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 4d1e182320e0..232b14bb191a 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 913ebaed42c4..160278419cd7 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" |