fix: move header in subdir

This commit is contained in:
Johann Dreo 2022-08-29 17:13:59 +02:00
commit 269539741c
3 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ Example
#include <iostream>
#include <iomanip>
#include "exceptions.h"
#include <exceptions/exceptions.h>
// Use this macro to build up your hierarchy of exceptions
EXCEPTION( Exception, Existential_Observation );

View file

@ -5,7 +5,7 @@
#include <sstream>
#include <stdexcept>
#include "exceptions.h"
#include "exceptions/exceptions.h"
// Use this macro to build up your hierarchy of exceptions
EXCEPTION( Exception, Existential_Observation );