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:
@ -24,10 +24,9 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sysprof.h>
|
||||
|
||||
#include "pointcache.h"
|
||||
#include "sysprof-capture-condition.h"
|
||||
#include "sysprof-capture-cursor.h"
|
||||
#include "sysprof-line-visualizer-row.h"
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user