Remove some circular dependencies on wireshark.h

This commit is contained in:
João Valverde 2022-01-04 11:29:38 +00:00 committed by A Wireshark GitLab Utility
parent 232628322c
commit 947c617812
5 changed files with 7 additions and 8 deletions

View File

@ -15,8 +15,6 @@
#include <tchar.h>
#include <VersionHelpers.h>
#include <wsutil/wslog.h>
/* Quote the argument element if necessary, so that it will get
* reconstructed correctly in the C runtime startup code. Note that
* the unquoting algorithm in the C runtime is really weird, and

View File

@ -11,9 +11,8 @@
#ifndef __WIN32UTIL_H__
#define __WIN32UTIL_H__
#include "ws_symbol_export.h"
#include <wireshark.h>
#include <glib.h>
#include <windows.h>
/**

View File

@ -15,7 +15,7 @@
#include <string.h>
#include <glib.h>
#include <ws_symbol_export.h>
#include "ws_attributes.h"
#include <ws_attributes.h>
#ifdef __cplusplus
extern "C" {

View File

@ -12,7 +12,6 @@
#ifndef __WMEM_STRUTL_H__
#define __WMEM_STRUTL_H__
#include <wireshark.h>
#include <stdarg.h>
#include "wmem_core.h"

View File

@ -12,12 +12,15 @@
#ifndef __WSLOG_H__
#define __WSLOG_H__
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
#include <time.h>
#include <stdarg.h>
#include <time.h>
#include <glib.h>
#include <wireshark.h>
#include <ws_symbol_export.h>
#include <ws_attributes.h>
#include <ws_log_defs.h>
#ifdef WS_LOG_DOMAIN