BMessage: Eliminate UsePrivateHeaders kernel.

This commit is contained in:
Augustin Cavalier
2026-03-10 13:10:25 -04:00
parent b350405e06
commit 918b2dfaab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if $(RUN_WITHOUT_APP_SERVER) != 0 {
}
UseLibraryHeaders icon ;
UsePrivateHeaders shared app interface kernel libroot locale notification ;
UsePrivateHeaders shared app interface libroot locale notification ;
SetSubDirSupportedPlatforms haiku libbe_test ;
+1 -1
View File
@@ -15,7 +15,7 @@
#include <DirectMessageTarget.h>
#include <MessengerPrivate.h>
#include <TokenSpace.h>
#include <util/KMessage.h>
#include <kernel/util/KMessage.h>
#include <Alignment.h>
#include <Application.h>