--- embedaddon/lighttpd/src/lemon.c 2014/06/15 20:20:06 1.1.1.2 +++ embedaddon/lighttpd/src/lemon.c 2016/11/02 10:35:00 1.1.1.3 @@ -1,3 +1,5 @@ +#include "first.h" + /* ** This file contains all sources (including headers) to the LEMON ** LALR(1) parser generator. The sources have been combined into a @@ -11,10 +13,6 @@ #include #include #include - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif #ifdef HAVE_STDINT_H # include