Make sure the #include files in leak_check are the same

in debug and release mode. This makes sure that missing
#include files don't show up only in release compilation.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12645 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2013-04-13 14:31:20 +00:00
parent 623513a22d
commit 7565612c25

View File

@ -20,12 +20,12 @@
#ifndef HEADER_LEAK_CHECK_HPP
#define HEADER_LEAK_CHECK_HPP
#ifdef DEBUG
#include "utils/log.hpp"
#include <stdio.h>
#ifdef DEBUG
namespace MemoryLeaks
{