diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-08-11 17:24:17 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-08-11 17:24:17 +0000 |
commit | 9979b5ebc61fb982c6278ce66aded7b0cabe21c7 (patch) | |
tree | 2146087abae72a2a5faa2b7e657520e3c18e5b8f /cppe/src/IceE/Reference.cpp | |
parent | Removed extra includes (see bug #80) (diff) | |
download | ice-9979b5ebc61fb982c6278ce66aded7b0cabe21c7.tar.bz2 ice-9979b5ebc61fb982c6278ce66aded7b0cabe21c7.tar.xz ice-9979b5ebc61fb982c6278ce66aded7b0cabe21c7.zip |
minor (non-code) cleanup
Diffstat (limited to 'cppe/src/IceE/Reference.cpp')
-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 36afb2d68ed..e470a334fee 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -18,7 +18,7 @@ #ifdef ICEE_HAS_ROUTER # include <IceE/RouterInfo.h> # include <IceE/Router.h> -# include <IceE/Connection.h>
+# include <IceE/Connection.h> #endif #ifdef ICEE_HAS_LOCATOR |