From e29bb7fa64a57658a450b17535b16aa831c7faf2 Mon Sep 17 00:00:00 2001 From: James Davidson Date: Mon, 7 Jan 2013 09:24:29 -0800 Subject: Fix compiler warnings (cherry picked from commit b550ff683e379086e2253d4aaaf11aafbc9fe6d7) --- src/commit2.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/commit2.cpp') 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 #include #include -#include +#include /* 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, -- cgit v1.2.3