1 parent 84063a0 commit 9926bd8Copy full SHA for 9926bd8
2 files changed
src/wcm.cpp
@@ -2,7 +2,7 @@
2
#include "utils.hpp"
3
4
#include <filesystem>
5
-#include <fmt/core.h>
+#include <fmt/format.h>
6
#include <libevdev/libevdev.h>
7
#include <libintl.h>
8
#include <wayfire/config/compound-option.hpp>
src/wcm.hpp
@@ -31,7 +31,6 @@
31
#include <gdk/gdkwayland.h>
32
#include <gtkmm.h>
33
#include <iostream>
34
35
36
#include <variant>
37
#include <vector>
0 commit comments