You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove extraneous includes from texture.h.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "scene/2d/node_2d.h"
|
||||
#include "scene/resources/gradient.h"
|
||||
|
||||
class RandomNumberGenerator;
|
||||
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "node_2d.h"
|
||||
#include "scene/2d/node_2d.h"
|
||||
#include "scene/resources/gradient.h"
|
||||
|
||||
class Line2D : public Node2D {
|
||||
GDCLASS(Line2D, Node2D);
|
||||
|
||||
Reference in New Issue
Block a user