From 2b9bdf560e8c9665b7a12efa3966110d81d91a48 Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 19 Nov 2022 17:19:25 +0100 Subject: [PATCH] Move include to .cpp file --- luna/Format.cpp | 1 + luna/Format.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/luna/Format.cpp b/luna/Format.cpp index 6a98be26..02eb0ff6 100644 --- a/luna/Format.cpp +++ b/luna/Format.cpp @@ -1,3 +1,4 @@ +#include #include #include diff --git a/luna/Format.h b/luna/Format.h index fd9d95a5..1d06050e 100644 --- a/luna/Format.h +++ b/luna/Format.h @@ -1,6 +1,5 @@ #pragma once #include -#include #include #include