From ebf6fca07a760eb85e8f339542706425dbd8de48 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Thu, 30 Jul 2009 10:04:59 +0200 Subject: Clean up in sim.c. Remove unused variables and fields. Move EFadn format parsing to a common function because various files use this same format. --- unit/Makefile.am | 3 ++- unit/test-simutil.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'unit') diff --git a/unit/Makefile.am b/unit/Makefile.am index d996465c..8a27267f 100644 --- a/unit/Makefile.am +++ b/unit/Makefile.am @@ -9,7 +9,8 @@ test_sms_SOURCES = test-sms.c $(top_srcdir)/src/util.c \ $(top_srcdir)/src/smsutil.c test_simutil_SOURCES = test-simutil.c $(top_srcdir)/src/util.c \ - $(top_srcdir)/src/simutil.c + $(top_srcdir)/src/simutil.c \ + $(top_srcdir)/src/smsutil.c LDADD = @GLIB_LIBS@ @GTHREAD_LIBS@ diff --git a/unit/test-simutil.c b/unit/test-simutil.c index 5945af00..0a0fa7c0 100644 --- a/unit/test-simutil.c +++ b/unit/test-simutil.c @@ -24,6 +24,7 @@ #include #include +#include "driver.h" #include "simutil.h" const unsigned char valid_efopl[] = { -- cgit v1.2.3