Include <be_apps/Tracker/Background.h> specifically, instead of adding the
header directory. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22988 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,12 +11,12 @@
|
|||||||
#include "BackgroundsView.h"
|
#include "BackgroundsView.h"
|
||||||
#include "ImageFilePanel.h"
|
#include "ImageFilePanel.h"
|
||||||
|
|
||||||
#include <OS.h>
|
|
||||||
#include <MenuField.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#include <OS.h>
|
||||||
|
#include <MenuField.h>
|
||||||
#include <StorageKit.h>
|
#include <StorageKit.h>
|
||||||
#include <Background.h>
|
|
||||||
#include <Window.h>
|
#include <Window.h>
|
||||||
#include <Messenger.h>
|
#include <Messenger.h>
|
||||||
#include <Bitmap.h>
|
#include <Bitmap.h>
|
||||||
@@ -24,6 +24,8 @@
|
|||||||
#include <TranslationKit.h>
|
#include <TranslationKit.h>
|
||||||
#include <PopUpMenu.h>
|
#include <PopUpMenu.h>
|
||||||
|
|
||||||
|
#include <be_apps/Tracker/Background.h>
|
||||||
|
|
||||||
|
|
||||||
static const uint32 kMsgApplySettings = 'aply';
|
static const uint32 kMsgApplySettings = 'aply';
|
||||||
static const uint32 kMsgRevertSettings = 'rvrt';
|
static const uint32 kMsgRevertSettings = 'rvrt';
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
|
|||||||
AddSubDirSupportedPlatforms libbe_test ;
|
AddSubDirSupportedPlatforms libbe_test ;
|
||||||
|
|
||||||
UsePrivateHeaders shared ;
|
UsePrivateHeaders shared ;
|
||||||
UsePublicHeaders [ FDirName be_apps Tracker ] ;
|
|
||||||
|
|
||||||
Preference Backgrounds :
|
Preference Backgrounds :
|
||||||
BackgroundImage.cpp
|
BackgroundImage.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user