|
@@ -25,9 +25,6 @@
|
|
|
#ifndef _FLAT_CMD_H
|
|
|
#define _FLAT_CMD_H
|
|
|
|
|
|
-#include "../../db/db_drv.h"
|
|
|
-#include "../../db/db_cmd.h"
|
|
|
-
|
|
|
/** \addtogroup flatstore
|
|
|
* @{
|
|
|
*/
|
|
@@ -36,6 +33,9 @@
|
|
|
* Inmplementation of flatstore commands.
|
|
|
*/
|
|
|
|
|
|
+#include "../../db/db_drv.h"
|
|
|
+#include "../../db/db_cmd.h"
|
|
|
+
|
|
|
|
|
|
/** Extension structure of db_cmd adding flatstore specific data.
|
|
|
* This data structure extends the generic data structure db_cmd in the
|