Skip to content

Commit 25c9de7

Browse files
committed
audio/jack: Move stdbool.h include to .c file
1 parent d181625 commit 25c9de7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/audio/jack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#include <stdio.h>
4747
#include <stdlib.h>
4848
#include <string.h>
49+
#include <stdbool.h>
4950

5051
#include "audio/jack.h"
5152
#include "audio/types.h"

src/audio/jack.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
#ifndef JACK_H_eb847b3873ae
3939
#define JACK_H_eb847b3873ae
4040

41-
#ifndef __cplusplus
42-
#include <stdbool.h>
43-
#endif
44-
4541
#ifdef __cplusplus
4642
extern "C" {
4743
#endif

0 commit comments

Comments
 (0)