diff options
Diffstat (limited to 'cppe/src')
-rw-r--r-- | cppe/src/IceE/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp index 7792fce4202..4c8123e5994 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -18,7 +18,6 @@ #ifdef ICEE_HAS_ROUTER # include <IceE/RouterInfo.h> # include <IceE/Router.h> -# include <IceE/Connection.h> #endif #ifdef ICEE_HAS_LOCATOR @@ -26,6 +25,7 @@ # include <IceE/Locator.h> #endif +#include <IceE/Connection.h> #include <IceE/Functional.h> #include <IceE/OutgoingConnectionFactory.h> #include <IceE/LoggerUtil.h> |