Move files to a `neocomm/' directory.

This commit is contained in:
Nicolás A. Ortega 2017-07-17 11:23:23 -05:00
parent 34842619cb
commit 7aed5f8124
No known key found for this signature in database
GPG Key ID: 3D786FB3123FF1DD
6 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
#pragma once
#include "nodes.h"
#include "neocomm/nodes.h"
// List of nodes
extern struct NeoComm_node *node_list;

View File

@ -17,7 +17,7 @@
* <http://www.gnu.org/licenses/>.
*/
#include "neocomm.h"
#include "neocomm/neocomm.h"
int NeoComm_init(unsigned int max_nodes) {
if(!NeoComm_init_nodes(max_nodes))

View File

@ -17,7 +17,7 @@
* <http://www.gnu.org/licenses/>.
*/
#include "nodes.h"
#include "neocomm/nodes.h"
#include "globals.h"