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