Skip to content

Commit

Permalink
Fix IntelliSense
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 8, 2024
1 parent 1f76c48 commit 42891d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/agent/Core/ApplicationPool/Group/SessionManagement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define _PASSENGER_APPLICATION_POOL_GROUP_SESSION_MANAGEMENT_CPP_

#ifdef INTELLISENSE
#include <Core/ApplicationPool/Implementation.cpp>
#include <Core/ApplicationPool/Pool.h>
#endif
#include <Core/ApplicationPool/Group.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define _PASSENGER_APPLICATION_POOL_GROUP_SPAWNING_AND_RESTARTING_CPP_

#ifdef INTELLISENSE
#include <Core/ApplicationPool/Implementation.cpp>
#include <Core/ApplicationPool/Pool.h>
#endif
#include <Core/ApplicationPool/Group.h>

Expand Down
2 changes: 1 addition & 1 deletion src/agent/Core/ApplicationPool/Group/StateInspection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define _PASSENGER_APPLICATION_POOL_GROUP_STATE_INSPECTION_CPP_

#ifdef INTELLISENSE
#include <Core/ApplicationPool/Implementation.cpp>
#include <Core/ApplicationPool/Pool.h>
#endif
#include <Core/ApplicationPool/Group.h>
#include <FileTools/PathManip.h>
Expand Down
2 changes: 1 addition & 1 deletion src/agent/Core/ApplicationPool/Group/Verification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define _PASSENGER_APPLICATION_POOL_GROUP_VERIFICATION_CPP_

#ifdef INTELLISENSE
#include <Core/ApplicationPool/Implementation.cpp>
#include <Core/ApplicationPool/Pool.h>
#endif
#include <Core/ApplicationPool/Group.h>

Expand Down

0 comments on commit 42891d6

Please sign in to comment.