[sysprof: 45/63] libsysprof-capture: Use an internal header in writer-cat.c



commit 214ec21ce8a9ac184166f8f11c5e527c60ec3554
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Jul 2 13:06:55 2020 +0100

    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

 src/libsysprof-capture/sysprof-capture-writer-cat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof-capture/sysprof-capture-writer-cat.c 
b/src/libsysprof-capture/sysprof-capture-writer-cat.c
index 3411ba7..8ee52c7 100644
--- a/src/libsysprof-capture/sysprof-capture-writer-cat.c
+++ b/src/libsysprof-capture/sysprof-capture-writer-cat.c
@@ -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


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