Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion preview/interfaces/BufferedDisplaySsd1306.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include "hal/interfaces/I2c.hpp"
#include "infra/util/AutoResetFunction.hpp"
#include "infra/util/Optional.hpp"
#include "preview/interfaces/BufferedDisplay.hpp"
#include "preview/interfaces/ViewPainter.hpp"
#include <optional>

namespace services
{
Expand Down
2 changes: 1 addition & 1 deletion preview/touch/TouchScreen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#include "hal/interfaces/Gpio.hpp"
#include "infra/timer/Timer.hpp"
#include "infra/util/AutoResetFunction.hpp"
#include "infra/util/Optional.hpp"
#include "infra/util/PolymorphicVariant.hpp"
#include "infra/util/ProxyCreator.hpp"
#include "preview/interfaces/Geometry.hpp"
#include <optional>

namespace services
{
Expand Down
2 changes: 1 addition & 1 deletion preview/views/ViewFramedTextButtonWithPopOut.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef PREVIEW_VIEW_FRAMED_TEXT_BUTTON_WITH_POP_OUT_HPP
#define PREVIEW_VIEW_FRAMED_TEXT_BUTTON_WITH_POP_OUT_HPP

#include "infra/util/Optional.hpp"
#include "preview/views/ViewFramedTextButton.hpp"
#include "preview/views/ViewOffsetRegion.hpp"
#include <optional>

namespace services
{
Expand Down
Loading