libsysprof-capture: Drop unnecessary #include

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #40
This commit is contained in:
Philip Withnall
2020-07-02 13:11:39 +01:00
parent 4b6855a2ab
commit 16bf945d34
2 changed files with 0 additions and 2 deletions

View File

@ -73,7 +73,6 @@
#include "mapped-ring-buffer.h"
#include "sysprof-capture-writer.h"
#include "sysprof-collector.h"
#define MAX_UNWIND_DEPTH 128

View File

@ -57,7 +57,6 @@
#pragma once
#include "sysprof-capture-types.h"
#include "sysprof-capture-writer.h"
G_BEGIN_DECLS