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

View File

@ -4,6 +4,7 @@
#include <Application.h>
#include <Bitmap.h>
#include <Catalog.h>
#include <Cursor.h>
#include <Message.h>
#include <MessageQueue.h>
@ -11,15 +12,13 @@
#include <Shape.h>
#include <String.h>
#include <Window.h>
// Locale Kit
#include <Catalog.h>
#include "ObjectView.h"
#include "States.h"
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "Playground"
#include "States.h"
#include "ObjectView.h"
const unsigned char kMoveCursor[] = { 16, 1, 8, 8,
0x01, 0x80, 0x02, 0x40, 0x04, 0x20, 0x08, 0x10,

View File

@ -8,6 +8,7 @@
#include <Bitmap.h>
#include <Box.h>
#include <Button.h>
#include <Catalog.h>
#include <CheckBox.h>
#include <ColorControl.h>
#include <ListItem.h>
@ -26,17 +27,15 @@
#include <TabView.h>
#include <TextControl.h>
#include <TextView.h>
// Locale Kit
#include <Catalog.h>
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "Playground"
#include "ObjectView.h"
#include "ObjectWindow.h"
#include "States.h"
//#include "StatusView.h"
#include "ObjectWindow.h"
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "Playground"
enum {
MSG_SET_OBJECT_TYPE = 'stot',

View File

@ -2,14 +2,14 @@
#include <string.h>
#include <Application.h>
#include <Message.h>
// Locale Kit
#include <Catalog.h>
#include <Message.h>
#include "ObjectWindow.h"
#undef B_TRANSLATION_CONTEXT
#define B_TRANSLATION_CONTEXT "Playground"
#include "ObjectWindow.h"
// main
int