allow building everything without local(tree external) header files beeing
used for kernel or kit components git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1630 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include <be/app/Application.h>
|
||||
#include <be/interface/View.h>
|
||||
#include <be/interface/GraphicsDefs.h>
|
||||
#include <be/interface/MenuItem.h>
|
||||
#include <be/interface/ListView.h>
|
||||
#include <be/interface/ScrollView.h>
|
||||
#include <be/interface/Button.h>
|
||||
#include <be/interface/Alert.h>
|
||||
#include <be/interface/Box.h>
|
||||
#include <app/Application.h>
|
||||
#include <interface/View.h>
|
||||
#include <interface/GraphicsDefs.h>
|
||||
#include <interface/MenuItem.h>
|
||||
#include <interface/ListView.h>
|
||||
#include <interface/ScrollView.h>
|
||||
#include <interface/Button.h>
|
||||
#include <interface/Alert.h>
|
||||
#include <interface/Box.h>
|
||||
#ifdef DEBUG
|
||||
#include <iostream.h>
|
||||
#endif //DEBUG
|
||||
|
||||
Reference in New Issue
Block a user