Rename various includes of headers with libnazgul (squash)

This commit is contained in:
Glenn Y. Rolland 2019-09-16 17:19:23 +02:00
parent 35ec461eb1
commit 9ef6f53162
3 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,5 @@
#include <stdlib.h>
#include "nzg_iface.h"
#include "nzg_proto.h"
#include "libnazgul.h"
char ** msgSpaceIdList(){
// i = le nombre d'id publics disponnibles

View file

@ -1,6 +1,4 @@
#include "nzg_global.h"
#include "nzg_iface.h"
#include "nzg_proto.h"
#include "libnazgul.h"
#include <sys/types.h>
#include <sys/mman.h>

View file

@ -0,0 +1,2 @@
#include "libnazgul.h"