moving src/common to src/
This commit is contained in:
parent
22d7238b36
commit
cfb5e85699
20 changed files with 49 additions and 50 deletions
|
|
@ -18,10 +18,10 @@
|
|||
|
||||
#include "../notify.h"
|
||||
#include "../event.h"
|
||||
#include "../common/xalloc.h"
|
||||
#include "../xalloc.h"
|
||||
#include "../ini/iniparser.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/debug.h"
|
||||
#include "../util.h"
|
||||
#include "../debug.h"
|
||||
|
||||
typedef struct {
|
||||
char *host;
|
||||
|
|
|
|||
Reference in a new issue