summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-19 20:30:19 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-19 20:30:19 +0000
commit0ffcbdc9b4d7bf247a6ee0f7884f0648072f94d5 (patch)
tree2f4bdb7a7e12d8266910d566187fd9838457bf45 /src/common.h
parent5bcb8251f5350a4ebdd68ec3b1d7bf8015946d80 (diff)
downloadirssi-0ffcbdc9b4d7bf247a6ee0f7884f0648072f94d5.zip
Removed memory debugging code. It's a lot easier to check for buffer
overflows with electric fence and memory leaks with memprof. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2095 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index 89d4da94..968c1cd4 100644
--- a/src/common.h
+++ b/src/common.h
@@ -46,8 +46,6 @@
# include <gmodule.h>
#endif
-#include "core/memdebug.h"
-
/* input functions */
#define G_INPUT_READ (1 << 0)
#define G_INPUT_WRITE (1 << 1)