Skip to content

Commit

Permalink
rename .hpp to .h
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsentli committed Dec 10, 2024
1 parent c1f4fd5 commit 3eb28c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell/shared/renderSession/RenderSessionRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

#include <shell/shared/renderSession/RenderSessionRegistry.hpp>
#include <shell/shared/renderSession/RenderSessionRegistry.h>

#include <igl/Common.h>
#include <unordered_map>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#pragma once

#include <shell/shared/renderSession/RenderSessionLoader.hpp>
#include <shell/shared/renderSession/RenderSessionLoader.h>

#include <string>
#include <unordered_map>
Expand Down

0 comments on commit 3eb28c4

Please sign in to comment.