Commit 2f89b3f6c2add0f464c14f7a94aecf52d0e38d9a

Authored by Scott Klum
1 parent 923daa84

Removed QDebugs from Stasm

3rdparty/stasm4.0.0/stasm/asm.cpp
... ... @@ -5,8 +5,6 @@
5 5 #include "stasm.h"
6 6 #include "stasmhash.h"
7 7  
8   -#include <QDebug>
9   -
10 8 namespace stasm
11 9 {
12 10 static void TraceShape( // write an image file showing current shape on the image
... ...
3rdparty/stasm4.0.0/stasm/faceroi.cpp
... ... @@ -3,7 +3,6 @@
3 3 // Copyright (C) 2005-2013, Stephen Milborrow
4 4  
5 5 #include "stasm.h"
6   -#include <QDebug>
7 6  
8 7 namespace stasm
9 8 {
... ...
3rdparty/stasm4.0.0/stasm/pinstart.cpp
... ... @@ -3,7 +3,6 @@
3 3 // Copyright (C) 2005-2013, Stephen Milborrow
4 4  
5 5 #include "stasm.h"
6   -#include <QDebug>
7 6  
8 7 namespace stasm
9 8 {
... ...
3rdparty/stasm4.0.0/stasm/stasm_lib.cpp
... ... @@ -3,7 +3,6 @@
3 3 // Copyright (C) 2005-2013, Stephen Milborrow
4 4  
5 5 #include "stasm.h"
6   -#include <QDebug>
7 6  
8 7 using namespace stasm;
9 8  
... ...