aboutsummaryrefslogtreecommitdiff
path: root/src/Debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Debug.hh')
-rw-r--r--src/Debug.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Debug.hh b/src/Debug.hh
index 556186f..93f0759 100644
--- a/src/Debug.hh
+++ b/src/Debug.hh
@@ -1,10 +1,6 @@
1#ifndef DEBUG_HH 1#ifndef DEBUG_HH
2#define DEBUG_HH 2#define DEBUG_HH
3 3
4#ifdef HAVE_CONFIG_H
5#include "config.h"
6#endif // HAVE_CONFIG_H
7
8#ifdef DEBUG 4#ifdef DEBUG
9#include <iostream> 5#include <iostream>
10#define fbdbg std::cerr<<__FILE__<<"("<<__LINE__<< "): " 6#define fbdbg std::cerr<<__FILE__<<"("<<__LINE__<< "): "