diff --git a/src/apps/deskbar/BarView.cpp b/src/apps/deskbar/BarView.cpp index 94a256c6cf..26732044d4 100644 --- a/src/apps/deskbar/BarView.cpp +++ b/src/apps/deskbar/BarView.cpp @@ -42,7 +42,6 @@ All rights reserved. #include #include -#include #include #include #include diff --git a/src/apps/deskbar/InlineScrollView.cpp b/src/apps/deskbar/InlineScrollView.cpp index ab3ef7a913..7571bea0b6 100644 --- a/src/apps/deskbar/InlineScrollView.cpp +++ b/src/apps/deskbar/InlineScrollView.cpp @@ -120,7 +120,8 @@ UpScrollArrow::~UpScrollArrow() void UpScrollArrow::Draw(BRect updateRect) { - SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), B_DARKEN_1_TINT)); + SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), + B_DARKEN_1_TINT)); if (IsEnabled()) SetHighColor(0, 0, 0); @@ -171,7 +172,8 @@ DownScrollArrow::~DownScrollArrow() void DownScrollArrow::Draw(BRect updateRect) { - SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), B_DARKEN_1_TINT)); + SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), + B_DARKEN_1_TINT)); if (IsEnabled()) SetHighColor(0, 0, 0);