diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:27 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:12:52 +0200 |
commit | bcdb4cc8666f55cd5998b42bab800bcb2e7d2f03 (patch) | |
tree | cc073e672182ebedcad8f84b4ace30a3a7b72a05 /rdbmaker | |
parent | 334bef4563f3df39bba87f73a11a35744dd0a4d1 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/inc/codemaker/dependency.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rdbmaker/inc/codemaker/dependency.hxx b/rdbmaker/inc/codemaker/dependency.hxx index 138aad46999b..79ee0cebf7a1 100644 --- a/rdbmaker/inc/codemaker/dependency.hxx +++ b/rdbmaker/inc/codemaker/dependency.hxx @@ -30,9 +30,7 @@ #include <hash_map> #include <registry/registry.hxx> -#ifndef __REGISTRY_REFLREAD_HXX__ #include <registry/reflread.hxx> -#endif #include <codemaker/typemanager.hxx> #include <codemaker/global.hxx> #include <osl/diagnose.h> |