Restructure: Move timer from common code to 'libtimer'
This commit is contained in:
@@ -24,6 +24,7 @@ nmt_LDADD = \
|
||||
libdmssms.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) \
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "nmt.h"
|
||||
|
||||
#define MUTE_DURATION 0.300 /* 200ms, and about 95ms for the frame itself */
|
||||
|
@@ -27,7 +27,6 @@
|
||||
#include <math.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "nmt.h"
|
||||
#include "transaction.h"
|
||||
#include "dsp.h"
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <inttypes.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/hagelbarger.h"
|
||||
#include "nmt.h"
|
||||
#include "frame.h"
|
||||
|
@@ -29,7 +29,6 @@
|
||||
#include "../common/sample.h"
|
||||
#include "../common/main_mobile.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/mncc_sock.h"
|
||||
#include "nmt.h"
|
||||
#include "frame.h"
|
||||
|
@@ -27,7 +27,6 @@
|
||||
#include <time.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/cause.h"
|
||||
#include "nmt.h"
|
||||
#include "transaction.h"
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#include "../common/sender.h"
|
||||
#include "../libtimer/timer.h"
|
||||
#include "../common/compandor.h"
|
||||
#include "../common/dtmf.h"
|
||||
#include "../common/call.h"
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <errno.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "nmt.h"
|
||||
|
||||
#define SMS_RECEIVE_TO 5.0
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "nmt.h"
|
||||
#include "transaction.h"
|
||||
|
||||
|
Reference in New Issue
Block a user