Eliminate erasurecode_stdinc.h dependency on log.h

This commit is contained in:
Tushar Gohad 2015-09-18 16:42:43 +00:00
parent 5ac6ae9c12
commit dc11fba685
4 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#ifndef _EXCLUDE_LIBERASURE_CODE_H_
#include "config_liberasurecode.h"
#endif
#include "erasurecode_log.h"
#ifdef HAVE_SYSLOG_H
#include <syslog.h>

View File

@ -33,7 +33,9 @@
#include "erasurecode_preprocessing.h"
#include "erasurecode_postprocessing.h"
#include "erasurecode_stdinc.h"
#include "alg_sig.h"
#include "erasurecode_log.h"
/* =~=*=~==~=*=~==~=*=~= Supported EC backends =~=*=~==~=*=~==~=*=~==~=*=~== */

View File

@ -32,7 +32,9 @@
#include "erasurecode_helpers.h"
#include "erasurecode_stdinc.h"
#include "erasurecode_version.h"
#include "alg_sig.h"
#include "erasurecode_log.h"
/* ==~=*=~==~=*=~==~=*=~==~=*=~==~=*=~==~=*=~==~=*=~==~=*=~==~=*=~==~=*=~== */

View File

@ -28,6 +28,7 @@
#include "erasurecode_backend.h"
#include "erasurecode_helpers.h"
#include "erasurecode_log.h"
#include "erasurecode_preprocessing.h"
#include "erasurecode_stdinc.h"