diff options
author | 2015-03-20 11:36:49 +0100 | |
---|---|---|
committer | 2015-03-20 11:36:49 +0100 | |
commit | 2849b81c5dea11960c65f5c5fe2a1abf75dc5686 (patch) | |
tree | b5baff054b0b892cc81af8167dd0d1d4b409a4a6 /src/lib/util/opresolv.c | |
parent | d214223b1889a7af010692aeb77ab10b536f42d4 (diff) |
removed unnecessary assert.h includes (nw)
including global one for Visual Studio
Diffstat (limited to 'src/lib/util/opresolv.c')
-rw-r--r-- | src/lib/util/opresolv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/util/opresolv.c b/src/lib/util/opresolv.c index 4d093a955da..d275e47d03b 100644 --- a/src/lib/util/opresolv.c +++ b/src/lib/util/opresolv.c @@ -6,7 +6,6 @@ ****************************************************************************/ -#include <assert.h> #include <ctype.h> #include <stdlib.h> #include <string.h> @@ -15,6 +14,8 @@ #include "corestr.h" #include "opresolv.h" +#include <assert.h> + enum resolution_entry_state { RESOLUTION_ENTRY_STATE_UNSPECIFIED, |