comparison src/ui/bmi/mmiCalculatorMain.h @ 134:62480f597962

bmi headers: include case fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 07:12:03 +0000
parents 996ce768d987
children
comparison
equal deleted inserted replaced
133:d443f5c33564 134:62480f597962
41 Include files 41 Include files
42 42
43 *******************************************************************************/ 43 *******************************************************************************/
44 44
45 45
46 #include "MmiBookShared.h" 46 #include "mmiBookShared.h"
47 /* SPR#1428 - SH - New Editor changes */ 47 /* SPR#1428 - SH - New Editor changes */
48 #ifdef NEW_EDITOR 48 #ifdef NEW_EDITOR
49 #include "ATBCommon.h" 49 #include "ATBCommon.h"
50 #include "ATBDisplay.h" 50 #include "ATBDisplay.h"
51 #include "ATBEditor.h" 51 #include "ATBEditor.h"
52 #include "AUIEditor.h" 52 #include "AUIEditor.h"
53 #else 53 #else
54 #include "MmiEditor.h" 54 #include "mmiEditor.h"
55 #endif 55 #endif
56 56
57 57
58 /******************************************************************************* 58 /*******************************************************************************
59 59