mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-11 20:03:11 +00:00
[cexpr] Remove unnecessary config.h include
This commit is contained in:
parent
3a38560ceb
commit
c322fb68d3
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue