diff options
author | 2015-03-20 12:19:40 +0100 | |
---|---|---|
committer | 2015-03-20 12:19:40 +0100 | |
commit | c61c31ee062f3df7881f938372a7a8a4993acdce (patch) | |
tree | 6ff13a1e74b0de95a41b770aa35b7e75eff50ea8 /src/lib/util/opresolv.c | |
parent | 9f29fc0916ea0e39150572194fb99b0d45f77a7c (diff) |
moved assert replacement inside emucore.h so it is actually used / removed assert.h include from some headers and added it to lots of source
Diffstat (limited to 'src/lib/util/opresolv.c')
-rw-r--r-- | src/lib/util/opresolv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/util/opresolv.c b/src/lib/util/opresolv.c index d275e47d03b..b7870842b08 100644 --- a/src/lib/util/opresolv.c +++ b/src/lib/util/opresolv.c @@ -9,13 +9,12 @@ #include <ctype.h> #include <stdlib.h> #include <string.h> +#include <assert.h> #include "pool.h" #include "corestr.h" #include "opresolv.h" -#include <assert.h> - enum resolution_entry_state { RESOLUTION_ENTRY_STATE_UNSPECIFIED, |