Restructure: Move timer from common code to 'libtimer'
This commit is contained in:
@@ -16,6 +16,7 @@ bnetz_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) \
|
||||
|
@@ -26,7 +26,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 "bnetz.h"
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#include "../common/squelch.h"
|
||||
#include "../common/fsk.h"
|
||||
#include "../common/sender.h"
|
||||
#include "../libtimer/timer.h"
|
||||
|
||||
/* fsk modes of transmission */
|
||||
enum dsp_mode {
|
||||
|
@@ -27,7 +27,6 @@
|
||||
#include <math.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/call.h"
|
||||
#include "../common/goertzel.h"
|
||||
#include "bnetz.h"
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <math.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/call.h"
|
||||
#include "../common/mncc_sock.h"
|
||||
#include "../common/main_mobile.h"
|
||||
|
Reference in New Issue
Block a user