diff options
author | van Hauser <vh@thc.org> | 2021-01-18 20:18:18 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-18 20:18:18 +0100 |
commit | 0b545aaeb45141e91273f2358ec457293c341c92 (patch) | |
tree | 1daa2eef3c079df2a737832d92a02ff05bb56c96 /include/config.h | |
parent | 94a15b8ca790a87d88c7513282250257f32a48c0 (diff) | |
download | afl++-0b545aaeb45141e91273f2358ec457293c341c92.tar.gz |
use enums, support cmplog map collisions
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index c0cd0ef1..c9c4a677 100644 --- a/include/config.h +++ b/include/config.h @@ -23,8 +23,6 @@ #ifndef _HAVE_CONFIG_H #define _HAVE_CONFIG_H -#include "types.h" - /* Version string: */ // c = release, d = volatile github dev, e = experimental branch |