summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/graphics/stb_decoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/libs/asura-lib-core/graphics/stb_decoder.cpp')
-rw-r--r--source/libs/asura-lib-core/graphics/stb_decoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libs/asura-lib-core/graphics/stb_decoder.cpp b/source/libs/asura-lib-core/graphics/stb_decoder.cpp
index b14d0f3..a13d6b8 100644
--- a/source/libs/asura-lib-core/graphics/stb_decoder.cpp
+++ b/source/libs/asura-lib-core/graphics/stb_decoder.cpp
@@ -1,6 +1,6 @@
-#include "STBDecoder.h"
+#include <asura-lib-utils/exceptions/exception.h>
-#include "Exceptions/Exception.h"
+#include "stb_decoder.h"
#include "stb/stb_image.h"
namespace AsuraEngine