Moved debug.[ch] to utils folder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:51 +02:00
parent d5c143e5be
commit f05b427265
306 changed files with 445 additions and 443 deletions
@@ -14,7 +14,7 @@
*/
#include <hydra.h>
#include <debug.h>
#include <utils/debug.h>
#include "attr_sql_plugin.h"
#include "sql_attribute.h"
+1 -1
View File
@@ -21,7 +21,7 @@
#include <string.h>
#include <errno.h>
#include <debug.h>
#include <utils/debug.h>
#include <library.h>
#include <networking/host.h>
#include <utils/identification.h>
@@ -15,7 +15,7 @@
#include <time.h>
#include <debug.h>
#include <utils/debug.h>
#include <library.h>
#include "sql_attribute.h"