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:
Axel Dörfler 2007-11-24 15:35:07 +00:00
parent 3b54b5c49e
commit 96bc573e6e
2 changed files with 5 additions and 4 deletions

View File

@ -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';

View File

@ -4,7 +4,6 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders shared ;
UsePublicHeaders [ FDirName be_apps Tracker ] ;
Preference Backgrounds :
BackgroundImage.cpp