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:
Jonas Sundström
2011-03-17 03:22:33 +00:00
parent bffb78de5b
commit 4cbdf74761
2 changed files with 5 additions and 8 deletions
@@ -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 {