remove standard includes from cube.hh

master
Daniel Kolesa 2020-07-29 05:00:15 +02:00
parent eba9f5c455
commit 219bea20be
1 changed files with 0 additions and 6 deletions

View File

@ -1,12 +1,6 @@
#ifndef __CUBE_H__
#define __CUBE_H__
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "tools.hh"
#include "geom.hh"
#include "ents.hh"