headers/os: Add missing Interface Kit includes
Adds headers that have not been directly or indirectly included by the "InterfaceKit.h" master include. Change-Id: Id163e0e8db54bc553593819801e0e854cde78fa3 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7376 Reviewed-by: Niels Sascha Reedijk <[email protected]> Haiku-Format: Haiku-format Bot <[email protected]> Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
committed by
Niels Sascha Reedijk
parent
0199d1f39b
commit
ba9a9ce167
@@ -3,24 +3,40 @@
|
||||
*
|
||||
* <UnicodeBlockObjects.h> is not included on purpose.
|
||||
*/
|
||||
#include <AbstractLayoutItem.h>
|
||||
#include <Alert.h>
|
||||
#include <Bitmap.h>
|
||||
#include <Box.h>
|
||||
#include <Button.h>
|
||||
#include <ChannelSlider.h>
|
||||
#include <CheckBox.h>
|
||||
#include <ColorControl.h>
|
||||
#include <Control.h>
|
||||
#include <ControlLook.h>
|
||||
#include <Deskbar.h>
|
||||
#include <Dragger.h>
|
||||
#include <Font.h>
|
||||
#include <GradientConic.h>
|
||||
#include <GradientDiamond.h>
|
||||
#include <GradientLinear.h>
|
||||
#include <GradientRadial.h>
|
||||
#include <GradientRadialFocus.h>
|
||||
#include <GraphicsDefs.h>
|
||||
#include <GridLayoutBuilder.h>
|
||||
#include <GroupLayoutBuilder.h>
|
||||
#include <IconUtils.h>
|
||||
#include <Input.h>
|
||||
#include <InterfaceDefs.h>
|
||||
#include <LayoutBuilder.h>
|
||||
#include <LayoutContext.h>
|
||||
#include <LayoutUtils.h>
|
||||
#include <ListItem.h>
|
||||
#include <ListView.h>
|
||||
#include <Menu.h>
|
||||
#include <MenuBar.h>
|
||||
#include <MenuField.h>
|
||||
#include <MenuItem.h>
|
||||
#include <OptionPopUp.h>
|
||||
#include <OutlineListView.h>
|
||||
#include <Picture.h>
|
||||
#include <PictureButton.h>
|
||||
@@ -34,9 +50,11 @@
|
||||
#include <Screen.h>
|
||||
#include <ScrollBar.h>
|
||||
#include <ScrollView.h>
|
||||
#include <SeparatorView.h>
|
||||
#include <Shape.h>
|
||||
#include <Shelf.h>
|
||||
#include <Slider.h>
|
||||
#include <SplitLayoutBuilder.h>
|
||||
#include <StatusBar.h>
|
||||
#include <StringView.h>
|
||||
#include <TabView.h>
|
||||
|
||||
Reference in New Issue
Block a user