Skip to content

Commit

Permalink
headers/os: Add missing Interface Kit includes
Browse files Browse the repository at this point in the history
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 <niels.reedijk@gmail.com>
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
  • Loading branch information
trungnt2910 authored and nielx committed Jan 28, 2024
1 parent 0199d1f commit ba9a9ce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions headers/os/InterfaceKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit ba9a9ce

Please sign in to comment.