Restructure: Move debug from common code to 'libdebug'

This commit is contained in:
Andreas Eversberg
2017-11-18 08:58:57 +01:00
parent 016e72d6d7
commit 1a341f6b4e
67 changed files with 80 additions and 76 deletions

View File

@@ -32,7 +32,7 @@ enum paging_signal;
#include "../libfm/fm.h"
#include "../libwave/wave.h"
#include "../libimage/img.h"
#include "../common/debug.h"
#include "../libdebug/debug.h"
#ifdef HAVE_SDR
#include "../libsdr/sdr_config.h"
#include "../libsdr/sdr.h"