Browse Source

- headers moved within the doxygen section

Jan Janak 17 years ago
parent
commit
bb1eba6012
1 changed files with 3 additions and 3 deletions
  1. 3 3
      modules/db_flatstore/flat_cmd.h

+ 3 - 3
modules/db_flatstore/flat_cmd.h

@@ -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