fixeria has uploaded this change for review.

View Change

rlcmac: remove unneeded includes

Change-Id: Ie82fb9e5fe607f925bb8a698a789ef79f168add2
---
M src/rlcmac/ts_24_008.c
M src/rlcmac/ts_44_018.c
2 files changed, 0 insertions(+), 6 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/02/30802/1
diff --git a/src/rlcmac/ts_24_008.c b/src/rlcmac/ts_24_008.c
index 6531173..1d64499 100644
--- a/src/rlcmac/ts_24_008.c
+++ b/src/rlcmac/ts_24_008.c
@@ -20,9 +20,6 @@
* GNU General Public License for more details.
*/

-#include <assert.h>
-#include <arpa/inet.h>
-
#include <osmocom/core/utils.h>
#include <osmocom/core/bitvec.h>
#include <osmocom/core/logging.h>
diff --git a/src/rlcmac/ts_44_018.c b/src/rlcmac/ts_44_018.c
index 1de16d6..68be92e 100644
--- a/src/rlcmac/ts_44_018.c
+++ b/src/rlcmac/ts_44_018.c
@@ -20,9 +20,6 @@
* GNU General Public License for more details.
*/

-#include <assert.h>
-#include <arpa/inet.h>
-
#include <osmocom/core/utils.h>
#include <osmocom/core/bitvec.h>
#include <osmocom/core/logging.h>

To view, visit change 30802. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Ie82fb9e5fe607f925bb8a698a789ef79f168add2
Gerrit-Change-Number: 30802
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange