Skip to content

Commit

Permalink
include cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hirdrac committed Feb 28, 2024
1 parent b79473e commit 9270e04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Group.hh
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
//
// Group.hh
// Copyright (C) 2023 Richard Bradley
// Copyright (C) 2024 Richard Bradley
//

#pragma once
#include "Object.hh"
#include "LightPtr.hh"
#include "Transform.hh"
#include <vector>


// **** Types ****
Expand Down
3 changes: 1 addition & 2 deletions src/Object.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Object.hh
// Copyright (C) 2023 Richard Bradley
// Copyright (C) 2024 Richard Bradley
//
// Definition of base object class
//
Expand All @@ -11,7 +11,6 @@
#include "ObjectPtr.hh"
#include "ShaderPtr.hh"
#include "Types.hh"
#include <vector>
#include <span>


Expand Down

0 comments on commit 9270e04

Please sign in to comment.