reprap: c3 update etc
[simavr] / examples / board_reprap / src / c3 / c3.h
diff --git a/examples/board_reprap/src/c3/c3.h b/examples/board_reprap/src/c3/c3.h
deleted file mode 100644 (file)
index 410fa3e..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-       c3.h
-
-       Copyright 2008-2012 Michel Pollet <buserror@gmail.com>
-
-       This file is part of simavr.
-
-       simavr is free software: you can redistribute it and/or modify
-       it under the terms of the GNU General Public License as published by
-       the Free Software Foundation, either version 3 of the License, or
-       (at your option) any later version.
-
-       simavr is distributed in the hope that it will be useful,
-       but WITHOUT ANY WARRANTY; without even the implied warranty of
-       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-       GNU General Public License for more details.
-
-       You should have received a copy of the GNU General Public License
-       along with simavr.  If not, see <http://www.gnu.org/licenses/>.
- */
-
-
-#ifndef __C3_H___
-#define __C3_H___
-
-#include "c3/c3context.h"
-#include "c3/c3object.h"
-#include "c3/c3geometry.h"
-#include "c3/c3transform.h"
-#include "c3/c3texture.h"
-
-#endif /* __C3_H___ */