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/source/aststruct.cxx | |
parent | b49099fd11b032ca0a2608c98e3cfff2ef9e1d7b (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'idlc/source/aststruct.cxx')
-rw-r--r-- | idlc/source/aststruct.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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" |