Cleaned up include guards

This commit is contained in:
Victor Olin 2023-04-07 20:40:01 +02:00
parent cdca49354a
commit c9e2bc2278
7 changed files with 16 additions and 48 deletions

View file

@ -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;