File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11#include "php_git2.h"
22#include "git2_config_entry.h"
3+ #include "git2_exception.h"
34
45static zend_class_entry * php_git2_config_entry_ce ;
56static zend_object_handlers php_git2_config_entry_handler ;
Original file line number Diff line number Diff line change 33#include "git2_config.h"
44#include "git2_reference.h"
55#include "git2_php_util.h"
6+ #include "git2_exception.h"
67
78static zend_class_entry * php_git2_repository_ce ;
89static zend_object_handlers php_git2_repository_handler ;
Original file line number Diff line number Diff line change 11#include "php_git2.h"
22#include "git2_tree_entry.h"
3+ #include "git2_exception.h"
34
45static zend_class_entry * php_git2_tree_entry_ce ;
56static zend_object_handlers php_git2_tree_entry_handler ;
You can’t perform that action at this time.
0 commit comments