From eab75dc3d04e6c22444656e20d8c5d9bf025887f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 6 Jan 2000 11:03:41 +0000 Subject: [PATCH] no more dmalloc now :) SVN revision: 1869 --- src/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common.h b/src/common.h index 56ee3ce..8c828a0 100644 --- a/src/common.h +++ b/src/common.h @@ -5,8 +5,6 @@ #include #include -#include - #define DATABIG unsigned long long #define DATA64 unsigned long long #define DATA32 unsigned int