diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 16:16:23 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:11:21 +0200 |
commit | 88e1b85ebe4fd21529ec0760033ffd62008a4007 (patch) | |
tree | 6ff037379e16c44768fe2761090f4cb8b0ec945a /framework | |
parent | 01c385657dab4eb17dbdbf8440212f48370ffef3 (diff) |
fixed framework includes after removing the guards
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/inc/accelerators/globalacceleratorconfiguration.hxx | 2 | ||||
-rw-r--r-- | framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx b/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx index f3b5b5c6bac6..6a12957e23ad 100644 --- a/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx @@ -34,7 +34,7 @@ #include <accelerators/acceleratorconfiguration.hxx> #include <accelerators/presethandler.hxx> -#include <macros/interface.hxx> +#include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> diff --git a/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx b/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx index a79613f3ebc7..216c7d1296e8 100644 --- a/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx @@ -34,7 +34,7 @@ #include <accelerators/acceleratorconfiguration.hxx> #include <accelerators/presethandler.hxx> -#include <macros/interface.hxx> +#include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> |