Reordered includes, removed unneeded comment

This commit is contained in:
Humdinger
2013-01-07 11:32:34 +01:00
parent f92bcd1938
commit 41b920bce2
3 changed files with 12 additions and 14 deletions
@@ -4,6 +4,7 @@
#include <Application.h> #include <Application.h>
#include <Bitmap.h> #include <Bitmap.h>
#include <Catalog.h>
#include <Cursor.h> #include <Cursor.h>
#include <Message.h> #include <Message.h>
#include <MessageQueue.h> #include <MessageQueue.h>
@@ -11,15 +12,13 @@
#include <Shape.h> #include <Shape.h>
#include <String.h> #include <String.h>
#include <Window.h> #include <Window.h>
// Locale Kit
#include <Catalog.h> #include "ObjectView.h"
#include "States.h"
#undef B_TRANSLATION_CONTEXT #undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "Playground" #define B_TRANSLATION_CONTEXT "Playground"
#include "States.h"
#include "ObjectView.h"
const unsigned char kMoveCursor[] = { 16, 1, 8, 8, const unsigned char kMoveCursor[] = { 16, 1, 8, 8,
0x01, 0x80, 0x02, 0x40, 0x04, 0x20, 0x08, 0x10, 0x01, 0x80, 0x02, 0x40, 0x04, 0x20, 0x08, 0x10,
@@ -8,6 +8,7 @@
#include <Bitmap.h> #include <Bitmap.h>
#include <Box.h> #include <Box.h>
#include <Button.h> #include <Button.h>
#include <Catalog.h>
#include <CheckBox.h> #include <CheckBox.h>
#include <ColorControl.h> #include <ColorControl.h>
#include <ListItem.h> #include <ListItem.h>
@@ -26,17 +27,15 @@
#include <TabView.h> #include <TabView.h>
#include <TextControl.h> #include <TextControl.h>
#include <TextView.h> #include <TextView.h>
// Locale Kit
#include <Catalog.h>
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "Playground"
#include "ObjectView.h" #include "ObjectView.h"
#include "ObjectWindow.h"
#include "States.h" #include "States.h"
//#include "StatusView.h" //#include "StatusView.h"
#include "ObjectWindow.h"
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "Playground"
enum { enum {
MSG_SET_OBJECT_TYPE = 'stot', MSG_SET_OBJECT_TYPE = 'stot',
+3 -3
View File
@@ -2,14 +2,14 @@
#include <string.h> #include <string.h>
#include <Application.h> #include <Application.h>
#include <Message.h>
// Locale Kit
#include <Catalog.h> #include <Catalog.h>
#include <Message.h>
#include "ObjectWindow.h"
#undef B_TRANSLATION_CONTEXT #undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "Playground" #define B_TRANSLATION_CONTEXT "Playground"
#include "ObjectWindow.h"
// main // main
int int