strengthen include policy. Only limited headers are allowed to included from a header file. Missing needed to be included in *.c

This commit is contained in:
hathach
2013-02-28 15:03:18 +07:00
parent f56f6b6749
commit d6548d0063
9 changed files with 10 additions and 25 deletions

View File

@@ -55,8 +55,6 @@
extern "C" {
#endif
#include "primitive_types.h"
/// n-th Bit
#define BIT_(n) (1 << (n))