From 32f513354c24490360cab8fa0776719daf2551b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 1 Sep 2018 21:37:00 +0200 Subject: [PATCH] Move file into parent directory. --- include/{neocomm => }/neocomm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename include/{neocomm => }/neocomm.hpp (96%) diff --git a/include/neocomm/neocomm.hpp b/include/neocomm.hpp similarity index 96% rename from include/neocomm/neocomm.hpp rename to include/neocomm.hpp index 417b9cc..4837cbf 100644 --- a/include/neocomm/neocomm.hpp +++ b/include/neocomm.hpp @@ -18,4 +18,4 @@ #pragma once -#include "node.hpp" +#include "neocomm/node.hpp"