util: os_misc: drop p_compiler.h include

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Lionel Landwerlin 2019-08-09 16:05:56 +03:00
parent c44c3948c7
commit 85bf1dc2de

View file

@ -34,9 +34,10 @@
#ifndef _OS_MISC_H_
#define _OS_MISC_H_
#include <stdint.h>
#include <stdbool.h>
#include "detect_os.h"
#include "pipe/p_compiler.h"
#if DETECT_OS_UNIX