changeset 58:daa129f931e9

Remove useless old include
author daedric <d43dr1c@gmail.com>
date Tue, 30 Mar 2010 12:08:33 +0200
parents 774cd733e664
children 0a00466f4e6e
files include/IModule.hpp include/handler/IHandler.hpp include/handler/INetworkHandler.hpp
diffstat 3 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/include/IModule.hpp	Tue Mar 30 01:47:35 2010 +0200
+++ b/include/IModule.hpp	Tue Mar 30 12:08:33 2010 +0200
@@ -4,8 +4,6 @@
 # include <string>
 # include <vector>
 
-# include "http/ITransaction.hpp"
-# include "network/IEndPoint.hpp"
 # include "IConfig.hpp"
 
 /**
--- a/include/handler/IHandler.hpp	Tue Mar 30 01:47:35 2010 +0200
+++ b/include/handler/IHandler.hpp	Tue Mar 30 12:08:33 2010 +0200
@@ -1,8 +1,6 @@
 #ifndef __ZIA_API_IHANDLER_HPP__
 # define __ZIA_API_IHANDLER_HPP__
 
-# include "http/ITransaction.hpp"
-
 namespace   zia
 {
     namespace   api
--- a/include/handler/INetworkHandler.hpp	Tue Mar 30 01:47:35 2010 +0200
+++ b/include/handler/INetworkHandler.hpp	Tue Mar 30 12:08:33 2010 +0200
@@ -4,7 +4,6 @@
 # include <ios>
 
 # include "network/IEndPoint.hpp"
-# include "http/ITransaction.hpp"
 
 namespace   zia
 {