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:
parent
3b54b5c49e
commit
96bc573e6e
@ -11,12 +11,12 @@
|
||||
#include "BackgroundsView.h"
|
||||
#include "ImageFilePanel.h"
|
||||
|
||||
#include <OS.h>
|
||||
#include <MenuField.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <OS.h>
|
||||
#include <MenuField.h>
|
||||
#include <StorageKit.h>
|
||||
#include <Background.h>
|
||||
#include <Window.h>
|
||||
#include <Messenger.h>
|
||||
#include <Bitmap.h>
|
||||
@ -24,6 +24,8 @@
|
||||
#include <TranslationKit.h>
|
||||
#include <PopUpMenu.h>
|
||||
|
||||
#include <be_apps/Tracker/Background.h>
|
||||
|
||||
|
||||
static const uint32 kMsgApplySettings = 'aply';
|
||||
static const uint32 kMsgRevertSettings = 'rvrt';
|
||||
|
@ -4,7 +4,6 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
AddSubDirSupportedPlatforms libbe_test ;
|
||||
|
||||
UsePrivateHeaders shared ;
|
||||
UsePublicHeaders [ FDirName be_apps Tracker ] ;
|
||||
|
||||
Preference Backgrounds :
|
||||
BackgroundImage.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user