[sysprof: 7/63] libsysprof-capture: Drop unnecessary #include



commit 16bf945d34befcf4830a856b35b5315cb504b6af
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Jul 2 13:11:39 2020 +0100

    libsysprof-capture: Drop unnecessary #include
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    Helps: #40

 src/libsysprof-capture/sysprof-collector.c | 1 -
 src/libsysprof-capture/sysprof-collector.h | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/src/libsysprof-capture/sysprof-collector.c b/src/libsysprof-capture/sysprof-collector.c
index 3c96065..064586d 100644
--- a/src/libsysprof-capture/sysprof-collector.c
+++ b/src/libsysprof-capture/sysprof-collector.c
@@ -73,7 +73,6 @@
 
 #include "mapped-ring-buffer.h"
 
-#include "sysprof-capture-writer.h"
 #include "sysprof-collector.h"
 
 #define MAX_UNWIND_DEPTH 128
diff --git a/src/libsysprof-capture/sysprof-collector.h b/src/libsysprof-capture/sysprof-collector.h
index 68ac688..f234bc2 100644
--- a/src/libsysprof-capture/sysprof-collector.h
+++ b/src/libsysprof-capture/sysprof-collector.h
@@ -57,7 +57,6 @@
 #pragma once
 
 #include "sysprof-capture-types.h"
-#include "sysprof-capture-writer.h"
 
 G_BEGIN_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]