summaryrefslogtreecommitdiffstats
path: root/include/core
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-09-27 12:26:32 +0200
committerRémi Verschelde <rverschelde@gmail.com>2021-09-27 12:26:32 +0200
commit4e8508ad5324045a277163dad1b3cec327fedad2 (patch)
tree83a49b653176dd2ab2dde251ea5b797eacc6f0ee /include/core
parent407710b6228ce0cc332af29234e739c4b378ec8a (diff)
downloadredot-cpp-4e8508ad5324045a277163dad1b3cec327fedad2.tar.gz
Fixup style after #563
Diffstat (limited to 'include/core')
-rw-r--r--include/core/Variant.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/Variant.hpp b/include/core/Variant.hpp
index d2c19e0..7f388d3 100644
--- a/include/core/Variant.hpp
+++ b/include/core/Variant.hpp
@@ -50,7 +50,6 @@
#include "Vector2.hpp"
#include "Vector3.hpp"
-
namespace godot {
class Dictionary;