remove standard includes from cube.hh
This commit is contained in:
parent
eba9f5c455
commit
219bea20be
1 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue