From b57a3d256110278e2096f5648e86fb6b8de656b6 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Fri, 26 Feb 2021 22:22:20 -0800 Subject: [PATCH] Util.h -> util.h --- src/BC1/SingleColorTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BC1/SingleColorTable.h b/src/BC1/SingleColorTable.h index d1d3cb1..c0b49af 100644 --- a/src/BC1/SingleColorTable.h +++ b/src/BC1/SingleColorTable.h @@ -24,7 +24,7 @@ #include #include "../Interpolator.h" -#include "../Util.h" +#include "../util.h" namespace rgbcx {