Cleaning up include statements
Removing inclusion of malloc.h. Adding crtdbg.h
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
#include "hash.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "hash.h"
|
||||
|
||||
|
||||
/*
|
||||
-------------------------------------------
|
||||
Definition of 4-byte integers & reals
|
||||
|
||||
Reference in New Issue
Block a user