diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-01 22:03:43 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-01 22:03:43 +0200 |
commit | 181715c5bc6e74f87fe284b063ca301a300ad098 (patch) | |
tree | d8fd0089df6521cb69d12971efba5d8e90c611cf /src/fastd.h | |
parent | 1a30018711528fe51fb17c70b8c1d9300c925c1c (diff) | |
download | fastd-181715c5bc6e74f87fe284b063ca301a300ad098.tar fastd-181715c5bc6e74f87fe284b063ca301a300ad098.zip |
Add alloc helpers for aligned allocations
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h index acdc572..79d72e1 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -32,7 +32,6 @@ #pragma once -#include "alloc.h" #include "dlist.h" #include "buffer.h" #include "log.h" |