small changes from code-review

This commit is contained in:
Enno Rehling 2012-06-09 09:06:59 +02:00
parent 9d58f65404
commit 2292c61601
2 changed files with 1 additions and 3 deletions

View File

@ -11,6 +11,7 @@ without prior permission by the authors of Eressea.
*/
#include <platform.h>
#include <kernel/types.h>
#include "bind_unit.h"
#ifdef BSON_ATTRIB

View File

@ -19,9 +19,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef H_KRNL_ALCHEMY_H
#define H_KRNL_ALCHEMY_H
#include <kernel/types.h>
#include <util/variant.h>
#ifdef __cplusplus
extern "C" {
#endif