Move include to .cpp file

This commit is contained in:
apio 2022-11-19 17:19:25 +01:00
parent b8c136eeb4
commit 2b9bdf560e
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#include <CType.h>
#include <Format.h>
#include <NumberParsing.h>

View File

@ -1,6 +1,5 @@
#pragma once
#include <Attributes.h>
#include <CType.h>
#include <Result.h>
#include <stdarg.h>