remove memory.hh includes

master
Daniel Kolesa 2017-02-01 20:20:57 +01:00
parent 6ac12f6d18
commit 0dd69fedea
3 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@
#include "cubescript_conf.hh"
#include <ostd/platform.hh>
#include <ostd/memory.hh>
#include <ostd/types.hh>
#include <ostd/type_traits.hh>
#include <ostd/string.hh>

View File

@ -4,7 +4,6 @@
#include <ctype.h>
#include <ostd/memory.hh>
#include <ostd/limits.hh>
namespace cscript {

View File

@ -2,7 +2,6 @@
#include "cs_vm.hh"
#include "cs_util.hh"
#include <ostd/memory.hh>
#include <ostd/limits.hh>
namespace cscript {