common: use suricata-common.h in more places

pull/4806/head
Victor Julien 6 years ago
parent b856caad94
commit a8c8e2d5c9

@ -24,9 +24,7 @@
#ifndef __UTIL_DEBUG_H__ #ifndef __UTIL_DEBUG_H__
#define __UTIL_DEBUG_H__ #define __UTIL_DEBUG_H__
#include <stdio.h> #include "suricata-common.h"
#include <stdint.h>
#include <pcre.h>
#include "threads.h" #include "threads.h"
#include "util-enum.h" #include "util-enum.h"

@ -21,8 +21,7 @@
* \author Anoop Saldanha <anoopsaldanha@gmail.com> * \author Anoop Saldanha <anoopsaldanha@gmail.com>
*/ */
#include <stdio.h> #include "suricata-common.h"
#include <string.h>
#include "util-enum.h" #include "util-enum.h"
#include "util-debug.h" #include "util-debug.h"

Loading…
Cancel
Save