.examples: httpcli removed Web

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

View file

@ -1,7 +1,7 @@
description "Command-line driven HTTP client\377";
uses
Web;
Core;
file
main.cpp;

View file

@ -1,4 +1,4 @@
#ifndef _httpcli_icpp_init_stub
#define _httpcli_icpp_init_stub
#include "Web/init"
#include "Core/init"
#endif