mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add inside guards to prevent stray includes
This requires that things use #include <sysprof.h> now instead of individual includes. A few cases are still allowed in the libsysprof-capture library to make copy/paste embedding easier.
This commit is contained in:
@ -31,6 +31,8 @@ G_BEGIN_DECLS
|
||||
# include "sysprof-profile.h"
|
||||
# include "sysprof-profiler.h"
|
||||
# include "sysprof-map-lookaside.h"
|
||||
# include "sysprof-process-model.h"
|
||||
# include "sysprof-process-model-item.h"
|
||||
# include "sysprof-source.h"
|
||||
# include "sysprof-elf-symbol-resolver.h"
|
||||
# include "sysprof-jitmap-symbol-resolver.h"
|
||||
|
||||
Reference in New Issue
Block a user