chore: cpplint fixes hyprland classes

This commit is contained in:
Austin Horstman
2023-09-02 23:34:11 -05:00
parent 8fc4187713
commit 4cb8efbecc
5 changed files with 8 additions and 9 deletions

View File

@ -6,12 +6,11 @@
#include <spdlog/spdlog.h>
#include <algorithm>
#include <regex>
#include <util/sanitize_str.hpp>
#include <vector>
#include "modules/hyprland/backend.hpp"
#include "util/rewrite_string.hpp"
#include "util/sanitize_str.hpp"
namespace waybar::modules::hyprland {