1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 18:45:38 +00:00

Regroup crash catcher includes

This commit is contained in:
elsid 2024-01-19 13:36:01 +01:00
parent 6ead5f9321
commit 98844a692d
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -1,22 +1,22 @@
#include <cstring>
#include <errno.h>
#include <filesystem>
#include <fstream>
#include <errno.h>
#include <limits.h>
#include <pthread.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <sys/ptrace.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/utsname.h>
#include <sys/wait.h>
#include <unistd.h>
#include <pthread.h>
#include <stdbool.h>
#include <sys/ptrace.h>
#include <components/debug/debuglog.hpp>
#include <SDL_messagebox.h>