Skip to content

Commit

Permalink
[misc] build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Feb 19, 2025
1 parent 6f6bbb0 commit 55ce886
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion runtime/Font/Font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "pch.h"
#include "Font.h"
#include "../Rendering/Renderer.h"
#include "../../Core/Stopwatch.h"
#include "../../Resource/Import/FontImporter.h"
#include "../../RHI/RHI_Buffer.h"
#include "../../RHI/RHI_CommandList.h"
Expand Down
6 changes: 3 additions & 3 deletions runtime/Geometry/GeometryGeneration.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#pragma once

//= INCLUDES ====================
//= INCLUDES =================
#include <vector>
#include "../../RHI/RHI_Vertex.h"
//===============================
#include "../RHI/RHI_Vertex.h"
//============================

namespace spartan::geometry_generation
{
Expand Down
2 changes: 1 addition & 1 deletion runtime/Geometry/GeometryProcessing.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

//= INCLUDES ===========================
#include <vector>
#include "../../RHI/RHI_Vertex.h"
#include "../RHI/RHI_Vertex.h"
SP_WARNINGS_OFF
#include "meshoptimizer/meshoptimizer.h"
SP_WARNINGS_ON
Expand Down

0 comments on commit 55ce886

Please sign in to comment.