update include

Signed-off-by: 屑屑屑 <jiangwenda5@h-partners.com>
This commit is contained in:
屑屑屑
2025-04-19 14:07:18 +08:00
parent fd7f054daf
commit dcc38f9938
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include "gtest/gtest.h"
#include "../astcenc.h"
#include "//third_party/astc-encoder/Source/astcenc.h"
namespace astcenc
{
+2 -2
View File
@@ -23,8 +23,8 @@
#include "gtest/gtest.h"
#include "../astcenc_internal.h"
#include "../astcenc_vecmathlib.h"
#include "//third_party/astc-encoder/Source/astcenc_internal.h"
#include "//third_party/astc-encoder/Source/astcenc_vecmathlib.h"
namespace astcenc
{
+1 -1
View File
@@ -21,7 +21,7 @@
#include "gtest/gtest.h"
#include "../astcenc_internal.h"
#include "//third_party/astc-encoder/Source/astcenc_internal.h"
namespace astcenc
{
+3 -3
View File
@@ -26,9 +26,9 @@
#define ASTCENC_F16C 1
#define ASTCENC_SSE 41
#include "../Source/astcenc_mathlib.cpp"
#include "../Source/astcenc_color_unquantize.cpp"
#include "../Source/astcenc_decompress_symbolic.cpp"
#include "//third_party/astc-encoder/Source/astcenc_mathlib.cpp"
#include "//third_party/astc-encoder/Source/astcenc_color_unquantize.cpp"
#include "//third_party/astc-encoder/Source/astcenc_decompress_symbolic.cpp"
int main()
{