Skip to content

Commit

Permalink
finish spdlog fwd
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Jul 9, 2023
1 parent 663e9e1 commit 5b5bb2b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/canvas/wayland/config/hyprland.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
#include "application.hpp"
#include "tmux.hpp"

#include <algorithm>

#include <spdlog/spdlog.h>
#include <fmt/format.h>
#include <iostream>
#include <nlohmann/json.hpp>
#include <algorithm>

using njson = nlohmann::json;
using std::begin;
Expand Down
3 changes: 2 additions & 1 deletion src/canvas/wayland/config/hyprland.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

#include "util/socket.hpp"
#include "../config.hpp"

#include <memory>
#include <spdlog/spdlog.h>
#include <spdlog/fwd.h>
#include <nlohmann/json.hpp>

class HyprlandSocket : public WaylandConfig
Expand Down
1 change: 1 addition & 0 deletions src/canvas/wayland/config/sway.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <algorithm>

#include <fmt/format.h>
#include <spdlog/spdlog.h>

using njson = nlohmann::json;

Expand Down
2 changes: 1 addition & 1 deletion src/canvas/wayland/config/sway.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <string_view>
#include <memory>
#include <nlohmann/json.hpp>
#include <spdlog/spdlog.h>
#include <spdlog/fwd.h>

enum ipc_message_type {
IPC_COMMAND = 0,
Expand Down

0 comments on commit 5b5bb2b

Please sign in to comment.