Remove unneeded header.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 29 Sep 2009 07:34:39 +0000 (07:34 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 29 Sep 2009 07:34:39 +0000 (07:34 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2982 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/net/ax25.c
bertos/net/ax25_test.c

index c698edc697e808ab2f9994b250b2f62375f5962a..0fa3c857566eea7c0443af87da9381c9ac555d7f 100644 (file)
@@ -42,7 +42,6 @@
 #include "ax25.h"
 #include "cfg/cfg_ax25.h"
 
-#include <drv/afsk.h>
 #include <algo/crc_ccitt.h>
 
 #define LOG_LEVEL  AX25_LOG_LEVEL
index b4e0e73e1329133aeb4271eec65fde8c2a802441..b623f7e09dc597b4f42edc619da6a74571a91222 100644 (file)
@@ -38,7 +38,6 @@
 
 #include "ax25.h"
 
-#include <drv/afsk.h>
 #include <struct/kfile_mem.h>
 
 #include <cfg/debug.h>