aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/color.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/godot/color.cpp')
-rw-r--r--modules/gdnative/godot/color.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/godot/color.cpp b/modules/gdnative/godot/color.cpp
index eac966ca1..a5ffee1e0 100644
--- a/modules/gdnative/godot/color.cpp
+++ b/modules/gdnative/godot/color.cpp
@@ -27,10 +27,10 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#include "color.h"
-#include "core/variant.h"
+#include <godot/color.h>
#include "core/color.h"
+#include "core/variant.h"
#ifdef __cplusplus
extern "C" {