mirror of
https://github.com/polybar/polybar.git
synced 2026-03-06 08:19:25 +00:00
refactor(modules): Get rid of .inl files
This commit is contained in:
@ -6,13 +6,11 @@
|
||||
#include "utils/factory.hpp"
|
||||
|
||||
#include "modules/meta/base.inl"
|
||||
#include "modules/meta/timer_module.inl"
|
||||
|
||||
POLYBAR_NS
|
||||
|
||||
namespace modules {
|
||||
template class module<network_module>;
|
||||
template class timer_module<network_module>;
|
||||
|
||||
network_module::network_module(const bar_settings& bar, string name_)
|
||||
: timer_module<network_module>(bar, move(name_)) {
|
||||
|
||||
Reference in New Issue
Block a user