Skip to content

Commit c356ab8

Browse files
committed
src/std.h: unconditionally include "config.h"
1 parent a354370 commit c356ab8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/std.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
#define _SKI_STD_H
2424

2525
/* Standard header to be included in all source files */
26-
27-
#if defined HAVE_CONFIG_H
28-
# include "config.h"
29-
#endif /* defined HAVE_CONFIG_H */
26+
#include "config.h"
3027

3128
typedef enum {NO, YES} BOOL;
3229

0 commit comments

Comments
 (0)