Skip to content

Commit

Permalink
Remove #include [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed Jul 28, 2016
1 parent 45905da commit 799a397
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 67 deletions.
4 changes: 1 addition & 3 deletions ext/phalcon/mvc/model/query/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
+------------------------------------------------------------------------+
*/

#include "ext/standard/php_var.h"

const phql_token_names phql_tokens[] =
{
{ SL("INTEGER"), PHQL_T_INTEGER },
Expand Down Expand Up @@ -608,7 +606,7 @@ int phql_internal_parse_phql(zval **result, char *phql, unsigned int phql_length
if (!*error_msg) {
phql_scanner_error_msg(parser_status, error_msg TSRMLS_CC);
}
#else
#else
if (Z_TYPE_P(*error_msg) == IS_UNDEF) {
phql_scanner_error_msg(parser_status, error_msg TSRMLS_CC);
}
Expand Down
4 changes: 1 addition & 3 deletions ext/phalcon/mvc/model/query/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -4967,8 +4967,6 @@ void phql_(
+------------------------------------------------------------------------+
*/

#include "ext/standard/php_var.h"

const phql_token_names phql_tokens[] =
{
{ SL("INTEGER"), PHQL_T_INTEGER },
Expand Down Expand Up @@ -5558,7 +5556,7 @@ int phql_internal_parse_phql(zval **result, char *phql, unsigned int phql_length
if (!*error_msg) {
phql_scanner_error_msg(parser_status, error_msg TSRMLS_CC);
}
#else
#else
if (Z_TYPE_P(*error_msg) == IS_UNDEF) {
phql_scanner_error_msg(parser_status, error_msg TSRMLS_CC);
}
Expand Down
Loading

0 comments on commit 799a397

Please sign in to comment.