diff --git a/programs/cmm/notes/notes.c b/programs/cmm/notes/notes.c index fa22df098a..4999c3c276 100644 --- a/programs/cmm/notes/notes.c +++ b/programs/cmm/notes/notes.c @@ -38,9 +38,11 @@ unsigned char edge[sizeof(file "img/edge.raw")]= FROM "img/edge.raw"; //292x6 #define DELETE_W sizeof(DELETE_TEXT)+2*6 #include "engine.h" + +proc_info Form; + #include "ini.h" -proc_info Form; edit_box notebox = {WIN_W-RED_LINE_X-6,RED_LINE_X+5,RED_LINE_X, COL_BG_ACTIVE, 0x94AECE,COL_BG_ACTIVE,0xffffff,0, diff --git a/programs/cmm/the_bus/the_bus.c b/programs/cmm/the_bus/the_bus.c index 1a49edf343..d6446cb28f 100644 --- a/programs/cmm/the_bus/the_bus.c +++ b/programs/cmm/the_bus/the_bus.c @@ -6,10 +6,6 @@ D O N K E Y Copyright (C) 2008 O.Bogomaz */ -#ifndef AUTOBUILD -#include "lang.h--" -#endif - #define MEMSIZE 1024 * 60; #include "..\lib\kolibri.h"