Core/Rpc: removed invalid include of Web

git-svn-id: svn://ultimatepp.org/upp/trunk@5476 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-10-25 06:31:21 +00:00
parent b4ecac4416
commit 0ce7449cd1
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#ifndef Rpc_Rpc_h
#define Rpc_Rpc_h
#include <Web/Web.h>
#include <Core/Core.h>
NAMESPACE_UPP

View file

@ -1,8 +1,5 @@
description "XML-RPC support package (both server and client stuff)\3770,128,128";
uses
Web;
file
Rpc.h,
legacy.h,