move stdbool.h to top level

This commit is contained in:
Meredith L. Patterson 2013-12-06 06:11:48 +01:00
parent 8d564af139
commit 80b597cfbf

View file

@ -20,6 +20,7 @@
#ifndef HAMMER_INTERNAL__NO_STDARG_H
#include <stdarg.h>
#endif // HAMMER_INTERNAL__NO_STDARG_H
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include "allocator.h"
@ -34,7 +35,6 @@ extern "C" {
#endif
#ifndef __cplusplus
#include <stdbool.h>
//#ifndef HAMMER_INTERNAL__NO_STDARG_H
//typedef int bool;
//#endif // HAMMER_INTERNAL__NO_STDARG_H