mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 21:23:52 +00:00
Move debuginfod include to TracyCallstack.hpp.
This commit is contained in:
parent
f540f3ad89
commit
b6f155bb6a
@ -32,9 +32,6 @@
|
|||||||
# include <cxxabi.h>
|
# include <cxxabi.h>
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
# include "TracyFastVector.hpp"
|
# include "TracyFastVector.hpp"
|
||||||
# ifdef TRACY_DEBUGINFOD
|
|
||||||
# include <elfutils/debuginfod.h>
|
|
||||||
# endif
|
|
||||||
#elif TRACY_HAS_CALLSTACK == 5
|
#elif TRACY_HAS_CALLSTACK == 5
|
||||||
# include <dlfcn.h>
|
# include <dlfcn.h>
|
||||||
# include <cxxabi.h>
|
# include <cxxabi.h>
|
||||||
|
@ -13,6 +13,10 @@
|
|||||||
|
|
||||||
#ifdef TRACY_HAS_CALLSTACK
|
#ifdef TRACY_HAS_CALLSTACK
|
||||||
|
|
||||||
|
#ifdef TRACY_DEBUGINFOD
|
||||||
|
# include <elfutils/debuginfod.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
@ -45,10 +45,6 @@
|
|||||||
# include <vector>
|
# include <vector>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TRACY_DEBUGINFOD
|
|
||||||
# include <elfutils/debuginfod.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user