Skip to content

Commit

Permalink
Fix ninja all_source build
Browse files Browse the repository at this point in the history
  • Loading branch information
BR- committed Jan 26, 2024
1 parent 321851f commit 88e1e8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/sysdolphin/baselib/jobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include "robj.h"
#include "spline.h"

#include "lb/lbrefract.h"

#include <__mem.h>
#include <dolphin/mtx/mtxvec.h>
#include <dolphin/mtx/vec.h>
Expand Down
1 change: 0 additions & 1 deletion src/sysdolphin/baselib/mtx.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <dolphin/mtx/forward.h>

#include "baselib/objalloc.h"
#include "lb/lbrefract.h"

void HSD_MtxInverse(Mtx src, Mtx dest);
void HSD_MtxInverseConcat(Mtx inv, Mtx src, Mtx dest);
Expand Down

0 comments on commit 88e1e8e

Please sign in to comment.