This commit is contained in:
jl777
2016-11-17 18:23:39 -03:00
parent e4e76989a0
commit 9fb3716807

View File

@@ -71,6 +71,7 @@ struct komodo_state
// gateway state // gateway state
} KOMODO_STATES[33]; } KOMODO_STATES[33];
#include "komodo_globals.h"
#include "komodo_utils.h" #include "komodo_utils.h"
struct komodo_state *komodo_stateptr(char *symbol,char *dest) struct komodo_state *komodo_stateptr(char *symbol,char *dest)
{ {
@@ -96,7 +97,6 @@ struct komodo_state *komodo_stateptr(char *symbol,char *dest)
return(sp); return(sp);
} }
#include "komodo_globals.h"
#include "cJSON.c" #include "cJSON.c"
#include "komodo_bitcoind.h" #include "komodo_bitcoind.h"