From 42891d611143dc6e1af8bd6f6a3a568e0e13415d Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Tue, 8 Oct 2024 17:39:47 +0200 Subject: [PATCH] Fix IntelliSense --- src/agent/Core/ApplicationPool/Group/SessionManagement.cpp | 2 +- src/agent/Core/ApplicationPool/Group/SpawningAndRestarting.cpp | 2 +- src/agent/Core/ApplicationPool/Group/StateInspection.cpp | 2 +- src/agent/Core/ApplicationPool/Group/Verification.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/agent/Core/ApplicationPool/Group/SessionManagement.cpp b/src/agent/Core/ApplicationPool/Group/SessionManagement.cpp index 2ce3fc8689..be41f6ceee 100644 --- a/src/agent/Core/ApplicationPool/Group/SessionManagement.cpp +++ b/src/agent/Core/ApplicationPool/Group/SessionManagement.cpp @@ -27,7 +27,7 @@ #define _PASSENGER_APPLICATION_POOL_GROUP_SESSION_MANAGEMENT_CPP_ #ifdef INTELLISENSE - #include + #include #endif #include diff --git a/src/agent/Core/ApplicationPool/Group/SpawningAndRestarting.cpp b/src/agent/Core/ApplicationPool/Group/SpawningAndRestarting.cpp index 3f9b9963df..cb1fc9b0d2 100644 --- a/src/agent/Core/ApplicationPool/Group/SpawningAndRestarting.cpp +++ b/src/agent/Core/ApplicationPool/Group/SpawningAndRestarting.cpp @@ -27,7 +27,7 @@ #define _PASSENGER_APPLICATION_POOL_GROUP_SPAWNING_AND_RESTARTING_CPP_ #ifdef INTELLISENSE - #include + #include #endif #include diff --git a/src/agent/Core/ApplicationPool/Group/StateInspection.cpp b/src/agent/Core/ApplicationPool/Group/StateInspection.cpp index 55b0ae2c5d..ccc61a5fb5 100644 --- a/src/agent/Core/ApplicationPool/Group/StateInspection.cpp +++ b/src/agent/Core/ApplicationPool/Group/StateInspection.cpp @@ -27,7 +27,7 @@ #define _PASSENGER_APPLICATION_POOL_GROUP_STATE_INSPECTION_CPP_ #ifdef INTELLISENSE - #include + #include #endif #include #include diff --git a/src/agent/Core/ApplicationPool/Group/Verification.cpp b/src/agent/Core/ApplicationPool/Group/Verification.cpp index 93cb46bf20..37666e279e 100644 --- a/src/agent/Core/ApplicationPool/Group/Verification.cpp +++ b/src/agent/Core/ApplicationPool/Group/Verification.cpp @@ -27,7 +27,7 @@ #define _PASSENGER_APPLICATION_POOL_GROUP_VERIFICATION_CPP_ #ifdef INTELLISENSE - #include + #include #endif #include