Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58553 - sandbox/SOC/2007/cgi/branches/pickmeup/boost
From: lists.drrngrvy_at_[hidden]
Date: 2009-12-28 20:04:51


Author: drrngrvy
Date: 2009-12-28 20:04:50 EST (Mon, 28 Dec 2009)
New Revision: 58553
URL: http://svn.boost.org/trac/boost/changeset/58553

Log:
Removing old headers.
Text files modified:
   sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi.hpp | 7 +++----
   1 files changed, 3 insertions(+), 4 deletions(-)

Modified: sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi.hpp (original)
+++ sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi.hpp 2009-12-28 20:04:50 EST (Mon, 28 Dec 2009)
@@ -6,14 +6,13 @@
 // http://www.boost.org/LICENSE_1_0.txt)
 //
 ////////////////////////////////////////////////////////////////
-#ifndef CGI_HPP_INCLUDED__
-#define CGI_HPP_INCLUDED__
+#ifndef BOOST_CGI_HPP_INCLUDED__
+#define BOOST_CGI_HPP_INCLUDED__
 
 // #include all headers
 
 #include "boost/cgi/cgi.hpp"
-#include "boost/cgi/acgi.hpp"
 #include "boost/cgi/fcgi.hpp"
 //#include "boost/cgi/scgi.hpp"
 
-#endif // CGI_HPP_INCLUDED__
+#endif // BOOST_CGI_HPP_INCLUDED__


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk