Reorganize headers again

This commit is contained in:
Nils O. Selåsdal
2012-11-15 18:26:31 +01:00
parent 4dca24953f
commit 90bbad4346
77 changed files with 99 additions and 2399 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include <string.h>
#include <assert.h>
#include <limits.h>
#include "ucore_bitvec.h"
#include <ucore/ucore_bitvec.h>
#ifdef __GNUC__
#define likely(expr) __builtin_expect((expr), 1)