mirror of
https://github.com/polybar/polybar.git
synced 2026-02-20 05:15:56 +00:00
Remove unsupported.hpp (#2956)
* Remove unsupported.hpp * Rename names.hpp to types.hpp * Replace macro by function * Add missing cassert include in controller.cpp
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#include "components/controller.hpp"
|
||||
|
||||
#include <csignal>
|
||||
#include <cassert>
|
||||
#include <utility>
|
||||
|
||||
#include "components/bar.hpp"
|
||||
|
||||
Reference in New Issue
Block a user