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
+3 -3
View File
@@ -20,6 +20,9 @@
#include "common/types.h"
#include <csignal>
#include <cstdio>
#include <cstring>
#include <string>
#include <vector>
@@ -28,14 +31,11 @@
#else
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#endif
ProcLauncher ProcLauncher::s_launcher;