[cexpr] Remove unnecessary config.h include

This commit is contained in:
Bill Currie 2023-11-17 20:11:58 +09:00
parent 3a38560ceb
commit c322fb68d3

View file

@ -27,10 +27,6 @@
#ifndef __QF_expr_h
#define __QF_expr_h
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
struct exprval_s;