Restructure: Move mobile from common code to 'libmobile'

This commit is contained in:
Andreas Eversberg
2017-11-18 08:33:07 +01:00
parent ed31a26eba
commit ab59a26a51
52 changed files with 81 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
#include "../libgoertzel/goertzel.h"
#include "../common/sender.h"
#include "../libmobile/sender.h"
#include "../libtimer/timer.h"
#include "../libcompandor/compandor.h"
#include "sysinfo.h"