diff --git a/sleepyhead/SleepLib/day.cpp b/sleepyhead/SleepLib/day.cpp index eb3e3df3..9a70a127 100644 --- a/sleepyhead/SleepLib/day.cpp +++ b/sleepyhead/SleepLib/day.cpp @@ -9,11 +9,14 @@ * License. See the file COPYING in the main directory of the Linux * distribution for more details. */ +#include + +#include +#include +#include + #include "day.h" #include "profiles.h" -#include -#include -#include Day::Day(Machine *m) : machine(m)