Moved main header file.

This commit is contained in:
Nicolás Ortega Froysa 2018-12-23 14:22:17 +01:00
parent b6bd1a9b82
commit ef1ddb1133
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

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