Skip to content

Commit

Permalink
Tweak imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryouze committed Jan 7, 2025
1 parent 1318975 commit 5255297
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions src/ui/circles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
* @file circles.cpp
*/

#include <exception> // for std::runtime_error
#include <string> // for std::string

#include <SFML/Graphics.hpp>

#include "circles.hpp"
#include "core/settings/colors.hpp"
#include "core/settings/screen.hpp"

namespace ui::circles {

Expand Down
5 changes: 1 addition & 4 deletions src/ui/circles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@

#pragma once

#include <exception> // for std::runtime_error
#include <string> // for std::string
#include <string> // for std::string

#include <SFML/Graphics.hpp>

#include "components/base.hpp"
#include "core/settings/colors.hpp"
#include "core/settings/screen.hpp"

namespace ui::circles {

Expand Down
4 changes: 4 additions & 0 deletions src/ui/widgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
* @file widets.cpp
*/

#include <string> // for std::string

#include <SFML/Graphics.hpp>

#include "core/assets/font.hpp"
#include "core/settings/colors.hpp"
#include "core/settings/screen.hpp"
#include "widgets.hpp"

namespace ui::widgets {
Expand Down
2 changes: 0 additions & 2 deletions src/ui/widgets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#include <fmt/core.h>

#include "core/assets/font.hpp"
#include "core/settings/colors.hpp"
#include "core/settings/screen.hpp"

namespace ui::widgets {

Expand Down

0 comments on commit 5255297

Please sign in to comment.