Restructure: Move timer from common code to 'libtimer'
This commit is contained in:
@@ -20,6 +20,7 @@ cnetz_LDADD = \
|
||||
$(top_builddir)/src/common/libgermanton.a \
|
||||
$(top_builddir)/src/common/libmobile.a \
|
||||
$(top_builddir)/src/common/libcommon.a \
|
||||
$(top_builddir)/src/libtimer/libtimer.a \
|
||||
$(top_builddir)/src/libsamplerate/libsamplerate.a \
|
||||
$(top_builddir)/src/libfilter/libfilter.a \
|
||||
$(ALSA_LIBS) \
|
||||
|
@@ -144,7 +144,6 @@
|
||||
#include <inttypes.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/call.h"
|
||||
#include "../common/cause.h"
|
||||
#include "cnetz.h"
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#include "../common/compandor.h"
|
||||
#include "../libtimer/timer.h"
|
||||
#include "../common/sender.h"
|
||||
#include "fsk_demod.h"
|
||||
#include "scrambler.h"
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "cnetz.h"
|
||||
#include "database.h"
|
||||
|
||||
|
@@ -27,7 +27,6 @@
|
||||
#include <errno.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/call.h"
|
||||
#include "cnetz.h"
|
||||
#include "sysinfo.h"
|
||||
|
@@ -129,7 +129,6 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/debug.h"
|
||||
#include "cnetz.h"
|
||||
#include "dsp.h"
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include "../common/sample.h"
|
||||
#include "../common/main_mobile.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/call.h"
|
||||
#include "../common/mncc_sock.h"
|
||||
#include "../common/freiton.h"
|
||||
|
@@ -28,7 +28,6 @@
|
||||
#include <math.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "cnetz.h"
|
||||
#include "dsp.h"
|
||||
#include "sysinfo.h"
|
||||
|
@@ -22,7 +22,6 @@
|
||||
#include <stdlib.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/call.h"
|
||||
#include "../common/cause.h"
|
||||
#include "cnetz.h"
|
||||
|
Reference in New Issue
Block a user