Mercurial > minori
comparison dep/animia/src/fd/linux.cc @ 140:1e696863b54c
dep/animia: remove superfluous includes
#include <windows.h> in the main file LMFAO
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 12 Nov 2023 16:54:58 -0500 |
parents | 478f3b366199 |
children | 4e750f6545cf |
comparison
equal
deleted
inserted
replaced
139:478f3b366199 | 140:1e696863b54c |
---|---|
1 #include "animia/util.h" | |
2 | |
1 #include <algorithm> | 3 #include <algorithm> |
2 #include <fcntl.h> | |
3 #include <filesystem> | 4 #include <filesystem> |
4 #include <fstream> | 5 #include <fstream> |
5 #include <iostream> | 6 #include <iostream> |
6 #include <sstream> | 7 #include <sstream> |
7 #include <string> | 8 #include <string> |
8 #include <sys/stat.h> | |
9 #include <unistd.h> | |
10 #include <unordered_map> | 9 #include <unordered_map> |
11 #include <vector> | 10 #include <vector> |
12 #include <cstring> | 11 #include <cstring> |
12 | |
13 #include <fcntl.h> | |
13 #include <dirent.h> | 14 #include <dirent.h> |
14 | 15 #include <sys/stat.h> |
15 #include "animia/util.h" | 16 #include <unistd.h> |
16 | 17 |
17 #define PROC_LOCATION "/proc" | 18 #define PROC_LOCATION "/proc" |
18 | 19 |
19 namespace animia::internal::linux { | 20 namespace animia::internal::linux { |
20 | 21 |