Module: sip-router Branch: janakj/flatstore Commit: bb1eba6012601d279675a7df998e25d2d691bcb4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb1eba60...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Thu Jun 12 16:05:44 2008 +0000
- headers moved within the doxygen section
---
modules/db_flatstore/flat_cmd.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/db_flatstore/flat_cmd.h b/modules/db_flatstore/flat_cmd.h index 05a5cd3..e27e344 100644 --- a/modules/db_flatstore/flat_cmd.h +++ b/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