rm stdint from util;

This commit is contained in:
bjorn 2019-04-05 04:08:06 -07:00
parent 410a2810cf
commit 8df55795b1
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#include "util.h"
#include <stdbool.h>
#include <stdint.h>
#define POOL_ALIGN 16
#define DEFAULT_POOL_SIZE (640 * 1024)

View File

@ -1,4 +1,3 @@
#include <stdint.h>
#include <stddef.h>
#include <stdarg.h>
#include "types.h"