Skip to content

Commit 563abd5

Browse files
committed
libsubprocess/test: Remove config.h in header
Problem: Generally speaking, config.h should not be included in header files, but it was included in one test header file. Remove include of config.h from the test header file.
1 parent 597f9fd commit 563abd5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/common/libsubprocess/test/rcmdsrv.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
* SPDX-License-Identifier: LGPL-3.0
99
\************************************************************/
1010

11-
#if HAVE_CONFIG_H
12-
#include "config.h"
13-
#endif
14-
1511
#ifndef _SUBPROCESS_TEST_RCMDSRV_H
1612
#define _SUBPROCESS_TEST_RCMDSRV_H
1713

0 commit comments

Comments
 (0)