Skip to content

Commit

Permalink
Minor code cleanup and formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzzhHe committed Nov 30, 2024
1 parent e847fe6 commit c778158
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion libopenage/renderer/demo/util.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2023 the openage authors. See copying.md for legal info.
// Copyright 2015-2024 the openage authors. See copying.md for legal info.

#include "util.h"
#include "renderer/uniform_input.h"
Expand Down
2 changes: 1 addition & 1 deletion libopenage/renderer/demo/util.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-2023 the openage authors. See copying.md for legal info.
// Copyright 2023-2024 the openage authors. See copying.md for legal info.

#pragma once

Expand Down
4 changes: 1 addition & 3 deletions libopenage/renderer/util.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Copyright 2018-2023 the openage authors. See copying.md for legal info.
// Copyright 2018-2024 the openage authors. See copying.md for legal info.

#include "util.h"

#include <log/log.h>
#include <log/message.h>
#include <utility>


Expand Down
6 changes: 1 addition & 5 deletions libopenage/renderer/util.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
// Copyright 2018-2022 the openage authors. See copying.md for legal info.
// Copyright 2018-2024 the openage authors. See copying.md for legal info.

#pragma once


#include <eigen3/Eigen/Dense>


namespace openage::renderer {
class Renderable;
} // namespace openage::renderer

namespace openage::renderer::util {

/**
Expand Down

0 comments on commit c778158

Please sign in to comment.