Moved debug.[ch] to utils folder
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <library.h>
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include "random_rng.h"
|
||||
|
||||
#ifndef DEV_RANDOM
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
|
||||
#include "random_rng.h"
|
||||
#include "random_plugin.h"
|
||||
|
||||
Reference in New Issue
Block a user