Reorg header files.

This commit is contained in:
castano
2008-07-05 09:10:45 +00:00
parent 7394644719
commit c70e5d6121
11 changed files with 49 additions and 45 deletions

View File

@ -1,15 +1,15 @@
// This code is in the public domain -- castanyo@yahoo.es
#include <nvcore/Containers.h>
#include <nvcore/Ptr.h>
#include <nvmath/Color.h>
#include <nvmath/Matrix.h>
#include "FloatImage.h"
#include "Filter.h"
#include "Image.h"
#include <nvmath/Color.h>
#include <nvmath/Matrix.h>
#include <nvcore/Containers.h>
#include <nvcore/Ptr.h>
#include <math.h>
using namespace nv;