normalize includes: common

This commit is contained in:
brainiac
2025-12-18 00:40:31 -08:00
committed by Alex
parent c191ec02d4
commit 3d7101876f
39 changed files with 59 additions and 143 deletions
+1 -12
View File
@@ -20,6 +20,7 @@
#include "file.h"
#include "common/platform/platform.h"
#include "fmt/format.h"
#include <filesystem>
@@ -28,18 +29,6 @@
#include <sys/stat.h>
#include <vector>
#ifdef _WINDOWS
#include <direct.h>
#include <conio.h>
#include <iostream>
#include <dos.h>
#include <windows.h>
#include <process.h>
#else
#include <unistd.h>
#include <sys/stat.h>
#endif
namespace fs = std::filesystem;