[hydra-commits] hydra/servicediscovery.git branch "master" updated.
Commits to the Hydra project code repositories
hydra-commits at lists.digium.com
Sat Jul 31 18:15:25 CDT 2010
branch "master" has been updated
via e9ca62a4c636b219a9a56d18f88d5e3d1cae7759 (commit)
from a0441ce28e9f3a00f6b58e9ab7edc24fd9138d24 (commit)
Summary of changes:
src/ServiceLocatorManagement.cpp | 1 -
src/ServiceManagement.cpp | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit e9ca62a4c636b219a9a56d18f88d5e3d1cae7759
Author: Joshua Colp <jcolp at digium.com>
Date: Sat Jul 31 20:15:29 2010 -0300
Do some include pruning. These two files do not actually need to include the IceStorm header.
diff --git a/src/ServiceLocatorManagement.cpp b/src/ServiceLocatorManagement.cpp
index 7fe47f3..0dce45b 100644
--- a/src/ServiceLocatorManagement.cpp
+++ b/src/ServiceLocatorManagement.cpp
@@ -17,7 +17,6 @@
*/
#include <Ice/Ice.h>
-#include <IceStorm/IceStorm.h>
#include "service_locator.h"
#include "service_locator_events.h"
diff --git a/src/ServiceManagement.cpp b/src/ServiceManagement.cpp
index c6862d7..214fa87 100644
--- a/src/ServiceManagement.cpp
+++ b/src/ServiceManagement.cpp
@@ -17,7 +17,6 @@
*/
#include <Ice/Ice.h>
-#include <IceStorm/IceStorm.h>
#include "service_locator.h"
#include "service_locator_events.h"
-----------------------------------------------------------------------
--
hydra/servicediscovery.git
More information about the asterisk-scf-commits
mailing list