Restructure: Move timer from common code to 'libtimer'
This commit is contained in:
@@ -28,6 +28,7 @@ amps_LDADD = \
|
||||
libamps.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) \
|
||||
|
@@ -44,7 +44,6 @@
|
||||
#include <errno.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/call.h"
|
||||
#include "../common/cause.h"
|
||||
#include "amps.h"
|
||||
|
@@ -1,5 +1,6 @@
|
||||
#include "../common/goertzel.h"
|
||||
#include "../common/sender.h"
|
||||
#include "../libtimer/timer.h"
|
||||
#include "../common/compandor.h"
|
||||
#include "sysinfo.h"
|
||||
#include "transaction.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 "amps.h"
|
||||
|
@@ -83,7 +83,6 @@
|
||||
#include <math.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/call.h"
|
||||
#include "amps.h"
|
||||
#include "frame.h"
|
||||
|
@@ -28,7 +28,6 @@
|
||||
#include <inttypes.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "amps.h"
|
||||
#include "dsp.h"
|
||||
#include "frame.h"
|
||||
|
@@ -4,7 +4,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/timer.h"
|
||||
#include "amps.h"
|
||||
#include "frame.h"
|
||||
#include "main.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 "amps.h"
|
||||
|
Reference in New Issue
Block a user