Index: trunk/FACT++/src/DimState.h
===================================================================
--- trunk/FACT++/src/DimState.h	(revision 15037)
+++ trunk/FACT++/src/DimState.h	(revision 15039)
@@ -7,9 +7,10 @@
 
 #include "State.h"
+#include "Service.h"
 #include "EventImp.h"
 #include "WindowLog.h"
 #include "Description.h"
 #include "StateMachineImp.h"
-#include<iostream>
+
 class DimState
 {
@@ -384,18 +385,4 @@
 };
 
-struct Service
-{
-    std::string name;
-    std::string server;
-    std::string service;
-    std::string format;
-    bool   iscmd;
-};
-
-inline bool operator<(const Service& left, const Service& right)
-{
-    return left.name < right.name;
-}
-
 class DimDnsServiceList : public DimDnsServerList
 {
