mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-18 01:46:08 +08:00
Modified error_handler include.
This commit is contained in:
parent
19c10d3ef7
commit
c279c0ce03
@ -36,12 +36,9 @@ SOFTWARE.
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "exception.h"
|
||||
#include "ivector.h"
|
||||
|
||||
#ifndef ETL_THROW_EXCEPTIONS
|
||||
#include "error_handler.h"
|
||||
#endif
|
||||
#include "../exception.h"
|
||||
#include "../ivector.h"
|
||||
#include "../error_handler.h"
|
||||
|
||||
namespace etl
|
||||
{
|
||||
|
||||
@ -36,9 +36,9 @@ SOFTWARE.
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "exception.h"
|
||||
#include "ivector.h"
|
||||
#include "error_handler.h"
|
||||
#include "../exception.h"
|
||||
#include "../ivector.h"
|
||||
#include "../error_handler.h"
|
||||
|
||||
namespace etl
|
||||
{
|
||||
|
||||
@ -36,12 +36,9 @@ SOFTWARE.
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "exception.h"
|
||||
#include "ivector.h"
|
||||
|
||||
#ifndef ETL_THROW_EXCEPTIONS
|
||||
#include "error_handler.h"
|
||||
#endif
|
||||
#include "../exception.h"
|
||||
#include "../ivector.h"
|
||||
#include "../error_handler.h"
|
||||
|
||||
namespace etl
|
||||
{
|
||||
|
||||
@ -35,7 +35,7 @@ SOFTWARE.
|
||||
#define __ETL_LIST_BASE__
|
||||
|
||||
#include <stddef.h>
|
||||
#include "exception.h"
|
||||
#include "../exception.h"
|
||||
|
||||
namespace etl
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user