diff --git a/README.md b/README.md index 6aa3bb9..ecb8503 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Example #include #include -#include "exceptions.h" +#include // Use this macro to build up your hierarchy of exceptions EXCEPTION( Exception, Existential_Observation ); diff --git a/example.cpp b/example.cpp index 5b624c5..96d570e 100644 --- a/example.cpp +++ b/example.cpp @@ -5,7 +5,7 @@ #include #include -#include "exceptions.h" +#include "exceptions/exceptions.h" // Use this macro to build up your hierarchy of exceptions EXCEPTION( Exception, Existential_Observation ); diff --git a/exceptions.h b/exceptions/exceptions.h similarity index 100% rename from exceptions.h rename to exceptions/exceptions.h