Cortex: Remove missed includes of debug_tools.h.

This commit is contained in:
Augustin Cavalier
2020-03-15 18:00:25 -04:00
parent 01a7f81291
commit d3571a6f55
3 changed files with 50 additions and 55 deletions
-1
View File
@@ -60,7 +60,6 @@
#include <algorithm> #include <algorithm>
#include "debug_tools.h"
#define D_HOOK(x) //PRINT (x) #define D_HOOK(x) //PRINT (x)
#define D_INTERNAL(x) //PRINT (x) #define D_INTERNAL(x) //PRINT (x)
@@ -42,8 +42,6 @@
#include <Region.h> #include <Region.h>
#include <float.h> #include <float.h>
#include "debug_tools.h"
__USE_CORTEX_NAMESPACE __USE_CORTEX_NAMESPACE
// -------------------------------------------------------- // // -------------------------------------------------------- //
@@ -34,8 +34,6 @@
#include "MouseTrackingHelpers.h" #include "MouseTrackingHelpers.h"
#include "debug_tools.h"
__USE_CORTEX_NAMESPACE __USE_CORTEX_NAMESPACE