diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-05 17:09:52 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-05 17:09:52 +0000 |
commit | 2d785a494566c723ea29cb8a1841d3bded9f52b6 (patch) | |
tree | 9d9e80c637c6add4e6d58fec291f2c9ebb9a58ef /cppe/include/IceE/FactoryTableDef.h | |
parent | Fixed linux compile (diff) | |
download | ice-2d785a494566c723ea29cb8a1841d3bded9f52b6.tar.bz2 ice-2d785a494566c723ea29cb8a1841d3bded9f52b6.tar.xz ice-2d785a494566c723ea29cb8a1841d3bded9f52b6.zip |
cleaned up includes.
Diffstat (limited to 'cppe/include/IceE/FactoryTableDef.h')
-rw-r--r-- | cppe/include/IceE/FactoryTableDef.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cppe/include/IceE/FactoryTableDef.h b/cppe/include/IceE/FactoryTableDef.h index 6551481b5b4..3bcebc9e54b 100644 --- a/cppe/include/IceE/FactoryTableDef.h +++ b/cppe/include/IceE/FactoryTableDef.h @@ -10,12 +10,10 @@ #ifndef ICEE_FACTORY_TABLE_DEF_H #define ICEE_FACTORY_TABLE_DEF_H +#include <IceE/UserExceptionFactoryF.h> + #include <IceE/StaticMutex.h> #include <IceE/Mutex.h> -#include <IceE/UserExceptionFactoryF.h> -#include <IceE/Config.h> -#include <string> -#include <map> namespace IceE { |