mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Zend/zend_language_scanner: include cleanup
This commit is contained in:
parent
184b4a12d3
commit
6b55bf228c
@ -20,6 +20,14 @@
|
||||
#ifndef ZEND_SCANNER_H
|
||||
#define ZEND_SCANNER_H
|
||||
|
||||
#include "zend_globals.h" // for zend_php_scanner_event
|
||||
#include "zend_multibyte.h" // for zend_encoding_filter
|
||||
#include "zend_portability.h" // for BEGIN_EXTERN_C
|
||||
#include "zend_ptr_stack.h"
|
||||
#include "zend_stack.h"
|
||||
|
||||
typedef struct _zend_file_handle zend_file_handle;
|
||||
|
||||
typedef struct _zend_lex_state {
|
||||
unsigned int yy_leng;
|
||||
unsigned char *yy_start;
|
||||
|
@ -27,6 +27,7 @@
|
||||
# define YYDEBUG(s, c)
|
||||
#endif
|
||||
|
||||
#include "zend_language_scanner.h"
|
||||
#include "zend_language_scanner_defs.h"
|
||||
|
||||
#include <errno.h>
|
||||
@ -35,9 +36,9 @@
|
||||
# include <Winuser.h>
|
||||
#endif
|
||||
#include "zend_alloc.h"
|
||||
#include "zend_arena.h"
|
||||
#include <zend_language_parser.h>
|
||||
#include "zend_compile.h"
|
||||
#include "zend_language_scanner.h"
|
||||
#include "zend_highlight.h"
|
||||
#include "zend_constants.h"
|
||||
#include "zend_variables.h"
|
||||
|
Loading…
Reference in New Issue
Block a user