Moved printf hooks to utils folder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:50 +02:00
parent 08944b68ac
commit 05e448c5cc
6 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -80,7 +80,8 @@
# error config.h not included, pass "-include [...]/config.h" to gcc
#endif
#include "printf_hook.h"
/* make sure we include printf_hook.h first */
#include "utils/printf_hook.h"
#include "utils.h"
#include "chunk.h"
#include "settings.h"