modify includes

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2236 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-05-13 09:18:00 +00:00
commit bb1d6f143b

View file

@ -36,7 +36,7 @@
#define __moGPUObject_H_
#include <memory/moGPUAllocator.h>
#include <memory/moGPUDesallocator.h>
#include <memory/moGPUDisallocator.h>
#include <memory/moGPUCopy.h>
/**
@ -89,7 +89,7 @@ public:
moGPUAllocator malloc;
moGPUCopy copy;
moGPUDesallocator free;
moGPUDisallocator free;
};