Remove unneeded include.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 15 May 2008 10:00:14 +0000 (10:00 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 15 May 2008 10:00:14 +0000 (10:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1256 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/dataflash.c
bertos/drv/dataflash.h

index 58a2e507cf6bb3869d6190b4e0c6caf9f0013954..774c880076d0b61941e183363c112daa93b65648 100644 (file)
@@ -39,7 +39,6 @@
  */
 
 #include "dataflash.h"
-#include <appconfig.h>
 
 #include <cfg/macros.h>
 #include <cfg/debug.h>
index 61858167b66f3f92461f0760b5732e72af622e3c..69f3217b233547599b6263a860b16d0e5728a5a1 100644 (file)
@@ -44,9 +44,6 @@
 #include <kern/kfile.h>
 #include <cfg/compiler.h>
 
-#include <appconfig.h>
-
-
 /**
  * Type definitions for dflash memory.
  * \{