aboutsummaryrefslogtreecommitdiff
path: root/common/nodebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nodebug.h')
-rw-r--r--common/nodebug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/nodebug.h b/common/nodebug.h
index aec790bbc..8ef123f9f 100644
--- a/common/nodebug.h
+++ b/common/nodebug.h
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
18#ifndef NODEBUG_H 18#ifndef NODEBUG_H
19#define NODEBUG_H 1 19#define NODEBUG_H 1
20 20
21#include "debug_config.h"
22
23#define dprint(s) 21#define dprint(s)
24#define dprintln(s) 22#define dprintln(s)
25#define dprintf(fmt, ...) 23#define dprintf(fmt, ...)