Modified error_handler include.

This commit is contained in:
John Wellbelove 2015-12-11 19:01:12 +00:00
parent 19c10d3ef7
commit c279c0ce03
4 changed files with 10 additions and 16 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -35,7 +35,7 @@ SOFTWARE.
#define __ETL_LIST_BASE__
#include <stddef.h>
#include "exception.h"
#include "../exception.h"
namespace etl
{