mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: Use an internal header in writer-cat.c
This makes no functional difference, but does tidy up the code style a bit. All other internal headers are included using quotes in other files. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #40
This commit is contained in:
@ -61,9 +61,9 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <sysprof-capture.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "sysprof-capture.h"
|
||||
#include "sysprof-macros-internal.h"
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user