Moved upower into its own directory

This commit is contained in:
Erik Reider
2022-03-19 11:34:34 +01:00
parent 2b2ac311d5
commit 14a2a7027f
4 changed files with 27 additions and 11 deletions

View File

@ -43,7 +43,7 @@
#include "modules/keyboard_state.hpp"
#endif
#ifdef HAVE_UPOWER
#include "modules/upower.hpp"
#include "modules/upower/upower.hpp"
#endif
#ifdef HAVE_LIBPULSE
#include "modules/pulseaudio.hpp"