Archived
1
0
Fork 0

moving src/notify to src/

This commit is contained in:
Henrik Hautakoski 2010-10-19 11:25:24 +02:00
parent 309350c01f
commit 22d7238b36
15 changed files with 32 additions and 33 deletions

View file

@ -16,8 +16,8 @@
#include <mysql/mysql.h>
#include "../notify/notify.h"
#include "../notify/event.h"
#include "../notify.h"
#include "../event.h"
#include "../common/xalloc.h"
#include "../ini/iniparser.h"
#include "../common/util.h"