diff options
Diffstat (limited to 'src/commit2.cpp')
-rw-r--r-- | src/commit2.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/commit2.cpp b/src/commit2.cpp index be51069..ceee986 100644 --- a/src/commit2.cpp +++ b/src/commit2.cpp @@ -5,7 +5,7 @@ #include <syslog.h> #include <string.h> #include <sys/time.h> -#include <glib-2.0/glib.h> +#include <glib-object.h> /* g_type_init */ #include "common/common.h" #include "cli_path_utils.h" @@ -29,8 +29,6 @@ boolean g_old_print_output = FALSE; #define g_num_actions 5 -extern "C" void g_type_init(); - // this uses the vtw_act_type enum const int ActionOrder[g_num_actions] = { begin_act, |