Build fix. (fwiw, both failed revisions built fine over here, with both gcc2 and gcc4.)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40987 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include <Application.h>
|
||||
#include <Alignment.h>
|
||||
#include <Alert.h>
|
||||
#include <Entry.h>
|
||||
#include <Bitmap.h>
|
||||
#include <Box.h>
|
||||
#include <Button.h>
|
||||
|
||||
@@ -11,17 +11,13 @@
|
||||
#define DATA_TRANSLATIONS_WINDOW_H
|
||||
|
||||
|
||||
#include <Box.h>
|
||||
#include <Path.h>
|
||||
#include <View.h>
|
||||
#include <Window.h>
|
||||
|
||||
#include "IconView.h"
|
||||
|
||||
|
||||
class BBox;
|
||||
class BStringView;
|
||||
class BView;
|
||||
|
||||
class IconView;
|
||||
class TranslatorListView;
|
||||
#include "TranslatorListView.h"
|
||||
|
||||
|
||||
class DataTranslationsWindow : public BWindow {
|
||||
|
||||
Reference in New Issue
Block a user