From d87dc9aa10d9348bb78dc5ddf349bc5e01444381 Mon Sep 17 00:00:00 2001 From: jeremy_c Date: Mon, 4 Oct 2010 22:33:27 +0000 Subject: [PATCH] *ScgiHello: Updated for move of ScgiServer from it's own bundle to the Web bundle git-svn-id: svn://ultimatepp.org/upp/trunk@2749 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- reference/ScgiHello/ScgiHello.cpp | 3 +-- reference/ScgiHello/ScgiHello.upp | 2 +- reference/ScgiHello/init | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/ScgiHello/ScgiHello.cpp b/reference/ScgiHello/ScgiHello.cpp index ef6cc9b82..5bc1c3629 100644 --- a/reference/ScgiHello/ScgiHello.cpp +++ b/reference/ScgiHello/ScgiHello.cpp @@ -1,7 +1,6 @@ #include #include - -#include +#include using namespace Upp; diff --git a/reference/ScgiHello/ScgiHello.upp b/reference/ScgiHello/ScgiHello.upp index 695f710ba..c68656184 100644 --- a/reference/ScgiHello/ScgiHello.upp +++ b/reference/ScgiHello/ScgiHello.upp @@ -2,7 +2,7 @@ description "Hello World as a SCGI Server\377"; uses Core, - ScgiServer; + Web; file nginx.conf, diff --git a/reference/ScgiHello/init b/reference/ScgiHello/init index c6391c920..d6e99f540 100644 --- a/reference/ScgiHello/init +++ b/reference/ScgiHello/init @@ -1,5 +1,5 @@ #ifndef _ScgiHello_icpp_init_stub #define _ScgiHello_icpp_init_stub #include "Core/init" -#include "ScgiServer/init" +#include "Web/init" #endif