Remove more #ifndef conditionals on includes

Also the #ifndef conditionals for ioapi.h were referring to a different
name than what is defined in ioapi.h.
This commit is contained in:
Allofich
2021-08-22 15:31:37 +09:00
parent 0d8216741e
commit baea59847b
4 changed files with 0 additions and 18 deletions

View File

@@ -47,13 +47,8 @@
extern "C" {
#endif
#ifndef _ZLIB_H
#include "zlib.h"
#endif
#ifndef _ZLIBIOAPI_H
#include "ioapi.h"
#endif
#ifdef HAVE_BZIP2
#include "bzlib.h"

View File

@@ -47,10 +47,7 @@ extern "C" {
//#define HAVE_BZIP2
#include "zlib.h"
#ifndef _ZLIBIOAPI_H
#include "ioapi.h"
#endif
#ifdef HAVE_BZIP2
#include "bzlib.h"

View File

@@ -47,13 +47,8 @@
extern "C" {
#endif
#ifndef _ZLIB_H
#include "zlib.h"
#endif
#ifndef _ZLIBIOAPI_H
#include "ioapi.h"
#endif
#ifdef HAVE_BZIP2
#include "bzlib.h"

View File

@@ -46,13 +46,8 @@ extern "C" {
//#define HAVE_BZIP2
#ifndef _ZLIB_H
#include "zlib.h"
#endif
#ifndef _ZLIBIOAPI_H
#include "ioapi.h"
#endif
#ifdef HAVE_BZIP2
#include "bzlib.h"