diff options
Diffstat (limited to 'ext/dba/libflatfile/flatfile.c')
-rw-r--r-- | ext/dba/libflatfile/flatfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/dba/libflatfile/flatfile.c b/ext/dba/libflatfile/flatfile.c index e33fd9ea70..c17a295438 100644 --- a/ext/dba/libflatfile/flatfile.c +++ b/ext/dba/libflatfile/flatfile.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2013 The PHP Group | + | Copyright (c) 1997-2012 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -27,7 +27,6 @@ #include "php.h" #include "php_globals.h" -#include "safe_mode.h" #include <stdlib.h> #include <string.h> |