summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/graphics/image_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/graphics/image_data.cpp')
-rw-r--r--Source/Asura.Engine/graphics/image_data.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Asura.Engine/graphics/image_data.cpp b/Source/Asura.Engine/graphics/image_data.cpp
index 68781a1..821bfd6 100644
--- a/Source/Asura.Engine/graphics/image_data.cpp
+++ b/Source/Asura.Engine/graphics/image_data.cpp
@@ -1,6 +1,6 @@
-#include "ImageData.h"
-#include "PNGDecoder.h"
-#include "STBDecoder.h"
+#include "image_data.h"
+#include "png_decoder.h"
+#include "stb_decoder.h"
namespace AsuraEngine
{