(svn r17693) -Cleanup: remove some unneeded includes

This commit is contained in:
rubidium
2009-10-04 17:16:41 +00:00
parent 32cbe57178
commit d6cded5380
185 changed files with 16 additions and 370 deletions

View File

@@ -10,7 +10,6 @@
/** @file alloc_func.cpp Functions to 'handle' memory allocation errors */
#include "../stdafx.h"
#include "alloc_func.hpp"
/**
* Function to exit with an error message after malloc() or calloc() have failed