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
+2 -2
View File
@@ -25,7 +25,7 @@
#include <tncif_pa_subtypes.h>
#include <pen/pen.h>
#include <debug.h>
#include <utils/debug.h>
/* IMC definitions */
@@ -36,7 +36,7 @@ static pen_type_t msg_types[] = {
};
static imc_agent_t *imc_test;
/**
* see section 3.8.1 of TCG TNC IF-IMC Specification 1.3
*/
@@ -17,7 +17,7 @@
#include <tncif_names.h>
#include <debug.h>
#include <utils/debug.h>
#include <collections/linked_list.h>
typedef struct private_imc_test_state_t private_imc_test_state_t;