mirror of
https://github.com/polybar/polybar.git
synced 2025-06-30 18:52:47 -04:00
refactor(modules): Get rid of .inl files
This commit is contained in:
parent
7979f5b3d4
commit
788a7ca3a3
31 changed files with 144 additions and 276 deletions
|
@ -2,13 +2,11 @@
|
|||
#include "drawtypes/label.hpp"
|
||||
|
||||
#include "modules/meta/base.inl"
|
||||
#include "modules/meta/timer_module.inl"
|
||||
|
||||
POLYBAR_NS
|
||||
|
||||
namespace modules {
|
||||
template class module<github_module>;
|
||||
template class timer_module<github_module>;
|
||||
|
||||
/**
|
||||
* Construct module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue