Rename various includes of headers with libnazgul (squash)
This commit is contained in:
parent
35ec461eb1
commit
9ef6f53162
3 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "nzg_iface.h"
|
#include "libnazgul.h"
|
||||||
#include "nzg_proto.h"
|
|
||||||
|
|
||||||
char ** msgSpaceIdList(){
|
char ** msgSpaceIdList(){
|
||||||
// i = le nombre d'id publics disponnibles
|
// i = le nombre d'id publics disponnibles
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#include "nzg_global.h"
|
#include "libnazgul.h"
|
||||||
#include "nzg_iface.h"
|
|
||||||
#include "nzg_proto.h"
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#include "libnazgul.h"
|
||||||
|
|
Loading…
Reference in a new issue