Cleaned up include guards
This commit is contained in:
parent
cdca49354a
commit
c9e2bc2278
7 changed files with 16 additions and 48 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <iostream>
|
||||
|
||||
#include "heap.hpp"
|
||||
#include "cheap.h"
|
||||
|
||||
#ifndef DEBUG
|
||||
#ifndef WRAPPER_DEBUG
|
||||
struct cheap
|
||||
{
|
||||
void *obj;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue