src/agent/Shared/ApiServerUtils.h in passenger-5.2.3 vs src/agent/Shared/ApiServerUtils.h in passenger-5.3.0
- old
+ new
@@ -25,12 +25,12 @@
*/
#ifndef _PASSENGER_API_SERVER_UTILS_H_
#define _PASSENGER_API_SERVER_UTILS_H_
/**
- * Utility code shared by agent/Core/ApiServer.h, agent/UstRouter/ApiServer.h
- * and agent/Watchdog/ApiServer.h. This code handles authentication and authorization
+ * Utility code shared by agent/Core/ApiServer.h and agent/Watchdog/ApiServer.h.
+ * This code handles authentication and authorization
* of connected ApiServer clients.
*
* This file consists of the following items.
*
* ## Authorization
@@ -74,10 +74,9 @@
#include <Utils.h>
#include <Utils/IOUtils.h>
#include <Utils/BufferedIO.h>
#include <Utils/StrIntUtils.h>
#include <Utils/VariantMap.h>
-#include <Core/ApplicationPool/Pool.h>
#include <Shared/ApplicationPoolApiKey.h>
namespace Passenger {
using namespace std;