diff --git a/data/system/boot/SetupEnvironment b/data/system/boot/SetupEnvironment index 480a824897..d444e0b444 100644 --- a/data/system/boot/SetupEnvironment +++ b/data/system/boot/SetupEnvironment @@ -21,7 +21,7 @@ esac # not used by Haiku, but by (legacy) applications (e.g. Pe) BH=$BUILDHOME/headers -BEINCLUDES="$BH;$BH/be;$BH/posix;$BH/glibc;$BH/cpp;$BH/be/app;$BH/be/device;$BH/be/interface;$BH/be/locale;$BH/be/media;$BH/be/midi;$BH/be/midi2;$BH/be/net;$BH/be/kernel;$BH/be/storage;$BH/be/support;$BH/be/game;$BH/be/opengl;$BH/be/drivers;$BH/gnu;$BH/be/mail;$BH/be/translation;$BH/be/devel;$BH/be/add-ons/graphics;$BH/be/be_apps/Deskbar;$BH/be/be_apps/NetPositive;$BH/be/be_apps/Tracker" +BEINCLUDES="$BH;$BH/be;$BH/posix;$BH/glibc;$BH/cpp;$BH/be/app;$BH/be/device;$BH/be/interface;$BH/be/locale;$BH/be/media;$BH/be/midi;$BH/be/midi2;$BH/be/net;$BH/be/kernel;$BH/be/storage;$BH/be/support;$BH/be/game;$BH/be/opengl;$BH/be/drivers;$BH/gnu;$BH/be/mail;$BH/be/translation;$BH/be/devel;$BH/be/add-ons/graphics;$BH/be/be_apps/NetPositive;$BH/be/be_apps/Tracker" export BUILDHOME export BEINCLUDES diff --git a/headers/os/be_apps/Deskbar/Deskbar.h b/headers/os/be_apps/Deskbar/Deskbar.h deleted file mode 100644 index 6645493d02..0000000000 --- a/headers/os/be_apps/Deskbar/Deskbar.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _DESKBAR_H -// I don't know why this file exists in addition to the one we include -// below, but who cares... (originally, in R5, both files exist and are -// identical). -# include -#endif