diff --git a/include/neocomm.hpp b/include/neocomm/neocomm.hpp similarity index 90% rename from include/neocomm.hpp rename to include/neocomm/neocomm.hpp index b22da17..9fd607f 100644 --- a/include/neocomm.hpp +++ b/include/neocomm/neocomm.hpp @@ -18,6 +18,6 @@ #pragma once -#include "neocomm/channel.hpp" -#include "neocomm/message.hpp" -#include "neocomm/node.hpp" +#include "channel.hpp" +#include "message.hpp" +#include "node.hpp"