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 82d8ee0 commit 4ef3c85
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 119 deletions.
130 changes: 15 additions & 115 deletions build/support/cxx_dependency_map.rb

Large diffs are not rendered by default.

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
4 changes: 4 additions & 0 deletions src/agent/Core/SpawningKit/SmartSpawner.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
#include <Core/SpawningKit/Handshake/Perform.h>
#include <Core/SpawningKit/Handshake/BackgroundIOCapturer.h>

#ifdef INTELLISENSE
#include <Core/ApplicationPool/Options.h>
#endif

namespace Passenger {
namespace SpawningKit {

Expand Down
4 changes: 4 additions & 0 deletions src/agent/Core/SpawningKit/Spawner.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
#include <Core/SpawningKit/Result.h>
#include <Core/SpawningKit/UserSwitchingRules.h>

#ifdef INTELLISENSE
#include <Core/ApplicationPool/Options.h>
#endif

namespace Passenger {
namespace SpawningKit {

Expand Down

0 comments on commit 4ef3c85

Please sign in to comment.