Move video_core/math.h to common/vector_math.h
The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
This commit is contained in:
parent
8a04c65e20
commit
5df2d1b5f7
9 changed files with 9 additions and 10 deletions
|
@ -19,9 +19,9 @@
|
|||
#include "common/assert.h"
|
||||
#include "common/file_util.h"
|
||||
#include "common/math_util.h"
|
||||
#include "common/vector_math.h"
|
||||
|
||||
#include "video_core/color.h"
|
||||
#include "video_core/math.h"
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/utils.h"
|
||||
#include "video_core/video_core.h"
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
#include "video_core/math.h"
|
||||
#include "common/vector_math.h"
|
||||
|
||||
#include "video_core/pica.h"
|
||||
|
||||
namespace Pica {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue