diff options
Diffstat (limited to 'src/render/box.cc')
-rw-r--r-- | src/render/box.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/box.cc b/src/render/box.cc index 79f62f7..d6f14b5 100644 --- a/src/render/box.cc +++ b/src/render/box.cc @@ -1,10 +1,9 @@ /* - gl/box.cc + render/box.cc This file is part of the Osirion project and is distributed under the terms of the GNU General Public License version 2 */ -// project headers #include "render/box.h" namespace render { |