Skip to content

Commit

Permalink
code | Ensure headers contain '#pragma once' to prevent double inclus…
Browse files Browse the repository at this point in the history
…ion.

Reviewed By: jlhe97

Differential Revision: D69797849

fbshipit-source-id: 8e4fbdf2365fe6c543c7542021dfe71cca5e49ee
  • Loading branch information
nlutsenko authored and facebook-github-bot committed Feb 19, 2025
1 parent 7a5537a commit fc309f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/renderSessions/BasicFramebufferSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

// @fb-only

#pragma once

#include <igl/IGL.h>
#include <memory>
#include <shell/shared/renderSession/RenderSession.h>
Expand Down

0 comments on commit fc309f0

Please sign in to comment.