mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
More header cleanup.
This commit is contained in:
parent
6bbf273581
commit
3e9bb80217
@ -23,8 +23,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
# include <signal.h>
|
||||
# include <dirent.h>
|
||||
# include <signal.h>
|
||||
# include <pthread.h>
|
||||
# include <sys/types.h>
|
||||
# include <sys/syscall.h>
|
||||
#endif
|
||||
@ -34,12 +35,12 @@
|
||||
# include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#include <atomic>
|
||||
#include <algorithm>
|
||||
#include <assert.h>
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <new>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <thread>
|
||||
|
Loading…
Reference in New Issue
Block a user