Skip to content

Commit

Permalink
IGL: Remove deprecated references to DefaultSession.h
Browse files Browse the repository at this point in the history
Summary: This diff removes some references to DefaultSession.h that are no longer needed after the switch to using IRenderSessionFactory.

Reviewed By: boguscoder

Differential Revision: D63286166

fbshipit-source-id: d94de43ab1e3452d5e922efcb062fe6ffdab72e7
  • Loading branch information
Eric Griffith authored and facebook-github-bot committed Sep 24, 2024
1 parent 8e76561 commit bede2e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion shell/ios/RenderSessionController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
// @fb-only
#include <memory>
#include <shell/shared/platform/ios/PlatformIos.h>
#include <shell/shared/renderSession/DefaultSession.h>
#include <shell/shared/renderSession/IRenderSessionFactory.h>
#include <shell/shared/renderSession/RenderSession.h>
#include <shell/shared/renderSession/RenderSessionConfig.h>
Expand Down
1 change: 0 additions & 1 deletion shell/ios/ViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <igl/DeviceFeatures.h>
#include <memory>
#include <shell/shared/platform/ios/PlatformIos.h>
#include <shell/shared/renderSession/DefaultSession.h>
#include <shell/shared/renderSession/RenderSession.h>

// @fb-only
Expand Down
1 change: 0 additions & 1 deletion shell/mac/ViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#endif
#include <shell/shared/platform/mac/PlatformMac.h>
#include <shell/shared/renderSession/AppParams.h>
#include <shell/shared/renderSession/DefaultSession.h>
#include <shell/shared/renderSession/RenderSession.h>
#include <shell/shared/renderSession/ShellParams.h>
// @fb-only
Expand Down

0 comments on commit bede2e0

Please sign in to comment.